Skip to content
New issue

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

Some of the car racing env from the OG GYM and a new environment #13

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

bojake
Copy link
Contributor

@bojake bojake commented Mar 23, 2023

This is WIP on the car racing environment from the OG gym library. The car track is done and tested.

Added a new environment - LEM Lander - which is the classic Atari LEM simulator that takes a burn rate and a burn time as input and calculates the landing parameters for a direct descent LEM. The GUI for the env needs some text to identify the 3 gauges (Fuel, Altitude, Speed). The ImageSharp library has a font library but it might need licensing that is not compatible with GYM.Net.

I also added a frame rate control to the render method for the LEM environment to slow it down and force the display of the GUI.

Code is not documented well, working on that next.

@Nucs
Copy link
Member

Nucs commented Apr 5, 2023

Let me known if the status of this PR is completed

Simulation of the physics and fixed linkage of wheel to fixture.
@bojake
Copy link
Contributor Author

bojake commented Apr 5, 2023

Almost ready. The track draws and there is a random driver test that seems to move the track properly. Can't see the car and I still need to draw the indicators.

@bojake
Copy link
Contributor Author

bojake commented Apr 6, 2023

Car racing env is complete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants