Haipeng zhu
Haipeng zhu
How to know that the agent make a success in the env? eg. highway,merge and so on. Does the none agent control car change the lane is random?
While i run the parking_model_based.ipynb example, the google cloab get a error: ImportError: cannot import name 'RecordVideo' from 'gym.wrappers' 。
Encountering a bug while using this package may occur. In order to fix the said bug and improve all users’ experience, it is highly recommended to submit a bug report...
When i run manual_control.py ,there has a erroe:"**render() takes 1 positional argument but 2 were given**" Maybe the env.render('pyglet', view=view_model) need change to env.render(model=view_model)
File "src/train.py", line 14, in from env import make_env File "/home/wjg/code/src/env.py", line 5, in from dm_control import suite File "/home/wjg/anaconda3/envs/tdmpc/lib/python3.8/site-packages/dm_control/suite/__init__.py", line 24, in from dm_control.suite import acrobot File "/home/wjg/anaconda3/envs/tdmpc/lib/python3.8/site-packages/dm_control/suite/acrobot.py", line...