Leaderboard - adderbyte/GYM_XPLANE_ML GitHub Wiki
GYM_XPLANE_ML Leaderboard Page
This page tracks the performance of user algorithms for various tasks in gym_xplane_ml.
Anyone could edit this page in order to submit algorithmic approach used for tackling a task. It is desired that the solution approach should be reproducible and have at least a few documentation to aid understanding.
This is intended as a community driven effort to help each other in the learning process.
TASKS
HeadingHold
-
-
Scenario One
-
- XPlane Scenario File
HeadingHold Configuration
Aircraft Parameter | Parameter Value |
---|---|
Speed | 90 Knots True |
Pitch | 3 |
Altitude | 1200FT MSL |
Heading | 164 deg |
Action Parameter | Action type | Action Value Range |
---|---|---|
Latitudinal Stick | Box | [-1,1] |
Longitudinal Stick | Box | [-1,1] |
Rudder Pedals | Box | [-1,1] |
Throttle | Box | [-1/4,1] |
-
-
Scenario Two
-
Same configuration as scenario one.
During Testing Change the heading to be different from the one used in the scenario or configuration file set up during to see if the agent could follow a different fixed heading from that with which it was trained.
HeadingHold Leaderboard
User | Episodes before solve | Write-up | Video |
---|---|---|---|
Random Agent | infinity | writeup |