From f59e840f29bc8d6cf405387dac2d1167a3a3d7c4 Mon Sep 17 00:00:00 2001 From: LaShelb <96296750+LaShelb@users.noreply.github.com> Date: Fri, 14 Mar 2025 16:41:52 +0100 Subject: [PATCH] disclaimer panda_gym added --- README.md | 5 ++++- a2c/a2c_sb3_panda_reach.py | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52c92cb..4f3241b 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,7 @@ After training, the agent was evaluated on 100 episodes: https://huggingface.co/SimRams/a2c_sb3_cartpole ### Wandb link -https://wandb.ai/sim-ramos01-centrale-lyon/sb3/runs/bv67u8pe?nw=nwusersimramos01 \ No newline at end of file +https://wandb.ai/sim-ramos01-centrale-lyon/sb3/runs/bv67u8pe?nw=nwusersimramos01 + +### Disclaimer about Panda_gym +For an unknown reason, I could not download and use panda_gym. So I just put the code in a2c_sb3_panda_reach.py, but I don't have any way to test it. \ No newline at end of file diff --git a/a2c/a2c_sb3_panda_reach.py b/a2c/a2c_sb3_panda_reach.py index 5465a93..952aaae 100644 --- a/a2c/a2c_sb3_panda_reach.py +++ b/a2c/a2c_sb3_panda_reach.py @@ -1,3 +1,8 @@ +# +# For an unknown reason, I could not download and use panda_gym +# So I just put the code here, but I don't have any way to test it. +# + import os import gymnasium as gym import panda_gym -- GitLab