You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my first time working with the environment.
I have followed all the install instructions. I have few questions here.
There is no /pytorch_rl branch anymore. Is there any workaround for that?
After cloning this repository in the appropriate location, when I try to train the baseline 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 I run into errors resulting from the duckietown environment not being registered here. What is the recommended way around it.
Will appreciate any suggestions! Thanks.
The text was updated successfully, but these errors were encountered:
This is my first time working with the environment.
I have followed all the install instructions. I have few questions here.
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
I run into errors resulting from the duckietown environment not being registered here. What is the recommended way around it.Will appreciate any suggestions! Thanks.
The text was updated successfully, but these errors were encountered: