how to train agent

This commit is contained in:
Piotr Kitłowski 2025-01-25 18:31:39 +01:00
parent 9fe4630975
commit 95d0f6af45

View File

@ -31,6 +31,12 @@ pip install pydantic==1.9.0
## How to train a RL agents
```
cd CoPo/copo_code/copo/
python train_all_cl.py --exp-name my_cl
```
Training process 4.7h
```
python train_all_ippo.py --exp-name my_ippo
```
Training process 7.3h