YuanlinChu

Results 2 issues of YuanlinChu

Hello, I have downloaded your project using git clone, but when I used this command `sh run_explicit.sh` the following error occurred ![error](https://user-images.githubusercontent.com/97443085/230767953-c152c710-11d8-49e1-8752-7fcfc752f9ed.jpeg)

Hello, when I tried to train an agent with this command line ``` python3 scripts/train_agent.py "./runs/cartpole_checkpoints" SB3_ON CartPole-v1 cuda '{"ALGO": "PPO"}' --save_freq=10000 ``` the following error occurred : ``` (base)...