-
Notifications
You must be signed in to change notification settings - Fork 20
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
bojake
wants to merge
17
commits into
SciSharp:master
Choose a base branch
from
bojake:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…EM lander is from the classic Atari LEM simulator.
Let me known if the status of this PR is completed |
Simulation of the physics and fixed linkage of wheel to fixture.
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. |
…lly inspected the telemetry from the python version versus this version and saw the numbers matching. Appears to be working. Added discrete actions.
Car racing env is complete. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.