From 95d0f6af456e18c72c28233e229507ee3f24531a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kit=C5=82owski?= Date: Sat, 25 Jan 2025 18:31:39 +0100 Subject: [PATCH] how to train agent --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d9911e7..9d278e19 100644 --- a/README.md +++ b/README.md @@ -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