TheCrazyT / roboschool

Open-source software for robot simulation, integrated with OpenAI Gym.
Other
5 stars 0 forks source link

TypeError: render() missing 1 required positional argument: 'mode' #13

Closed TheCrazyT closed 5 years ago

TheCrazyT commented 5 years ago

Currently there is a problem. Looks like pip on windows only installs version "0.9.4" of gym. Guess people need to wait till there exist an updated version on pip.

TheCrazyT commented 5 years ago

Adding this link just for reference: https://github.com/openai/gym/issues/11

TheCrazyT commented 5 years ago

nvm i'm stupid. just need to do

python -m pip install -U gym

"-U" was important

SJM114514 commented 1 year ago

Hello,I am so cute