-
Notifications
You must be signed in to change notification settings - Fork 21
Leaderboard
LO Olagoke edited this page May 2, 2019
·
4 revisions
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.

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] |
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.
User | Episodes before solve | Write-up | Video |
---|---|---|---|
Random Agent | infinity | writeup |