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
train.py: error: argument --env: invalid choice: 'CarRacingGymEnv-v0' (choose from 'KukaButtonGymEnv-v0', 'MobileRobotGymEnv-v0', 'MobileRobotLineTargetGymEnv-v0', 'MobileRobot1DGymEnv-v0', 'KukaRandButtonGymEnv-v0', 'OmnirobotEnv-v0', 'KukaMovingButtonGymEnv-v0', 'Baxter-v0', 'MobileRobot2TargetGymEnv-v0', 'Kuka2ButtonGymEnv-v0', 'RoboboGymEnv-v0')
So, how can I use Racing car environment?
The text was updated successfully, but these errors were encountered:
I'm trying to run the environment CarRacingGymEnv-v0:
If you just want to use RL on this environment, please take a look at the RL Zoo.
Otherwise, if you want to use SRL, you will need to create a custom class (cf environments folder).
Thanks for the excellent toolbox!
I'm trying to run the environment CarRacingGymEnv-v0:
python -m rl_baselines.train --algo sac --no-vis --num-cpu 4 --num-timesteps 10000 --env CarRacingGymEnv-v0
I get an error:
The text was updated successfully, but these errors were encountered: