This commit is contained in:
Piotr Kitłowski 2025-01-25 18:34:45 +01:00
parent 95d0f6af45
commit e2fb7abf48
2 changed files with 7 additions and 1 deletions

2
CoPO

@ -1 +1 @@
Subproject commit 86975e924df9f7d0bee701955228e6855ae3f9ff
Subproject commit 2d526eadc72f6f605873080cd40771e83be808bf

View File

@ -40,3 +40,9 @@ Training process 4.7h
python train_all_ippo.py --exp-name my_ippo
```
Training process 7.3h
## how to evaluate
```
python eval.py --root my_cl
python eval.py --root my_ippo
```