We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the old gym, you can according to documentation inside the lunar_lander.py code, run the lander using a keyboard.
lunar_lander.py
inside the C:\xxxx\Lib\site-packages\gymnasium\envs\box2d\lunar_lander.py file:
C:\xxxx\Lib\site-packages\gymnasium\envs\box2d\lunar_lander.py
<!-- To play yourself, run: --> <!-- python examples/agents/keyboard_agent.py LunarLander-v2 -->
However, I cannot find the keyboard_agent.py nor anything similar that is working.
keyboard_agent.py
How can we run the lander manually and using the keyboard as in original design?
No response
Win-11 Pro + Python 3.12.3 + Gymnasium 0.29.1
Win-11 Pro
Python 3.12.3
Gymnasium 0.29.1
I tried the old style of running, but nothing at all happens:
C:\venvs\lunar\Lib\site-packages\gymnasium\utils python.exe .\play.py LunarLander-v2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In the old gym, you can according to documentation inside the
lunar_lander.py
code, run the lander using a keyboard.inside the
C:\xxxx\Lib\site-packages\gymnasium\envs\box2d\lunar_lander.py
file:However, I cannot find the
keyboard_agent.py
nor anything similar that is working.How can we run the lander manually and using the keyboard as in original design?
Code example
No response
System info
Win-11 Pro
+Python 3.12.3
+Gymnasium 0.29.1
Additional context
I tried the old style of running, but nothing at all happens:
Checklist
The text was updated successfully, but these errors were encountered: