duckietown / gym-duckietown

Self-driving car simulator for the Duckietown universe
http://duckietown.org
Other
45 stars 16 forks source link

Can't find pytorch_rl. #278

Open eisbzuwnaj opened 9 months ago

eisbzuwnaj commented 9 months ago

When I run python3 pytorch_rl/main.py --no-vis --env-name Duckietown-small_loop-v0 --algo a2c --lr 0.0002 --max-grad-norm 0.5 --num-steps 20,there is an erro that tell me does't has the directory pytorch_rl .

eisbzuwnaj commented 9 months ago

When I clone this code to my computer. https://github.com/ikostrikov/pytorch-a2c-ppo-acktr-gail,I run the train code But there is another erro.