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

[RL-baseline] Model v2, experiment #2 #31

Open
wants to merge 28 commits into
base: RL-with-baseline
Choose a base branch
from

Conversation

ziritrion
Copy link
Collaborator

Third of the new experiments with the new action sets (5k episodes) and Learning Rate 1e-3-

The model managed to get a max Running Reward of ~364. Last episode managed 254.

Action set #2 copied below:
[0.0, 0.8, 0.0], # throttle
[0.0, 0.0, 0.6], # break
[-0.8, 0.0, 0.0], # left
[0.8, 0.0, 0.0], # right

Results are copied below:
Screenshot from 2021-03-20 19-54-07
Screenshot from 2021-03-20 19-54-23

Sample video below (somehow it managed to get an extraordinarily good result).
https://user-images.githubusercontent.com/1465235/111882632-d8d7b300-89b6-11eb-97bc-1114db39d397.mp4

@ziritrion ziritrion changed the base branch from main to RL-with-baseline March 20, 2021 19:00
@ziritrion
Copy link
Collaborator Author

Updated with 20k episodes. Running reward is now 240 with an achieved max of 565.

TensorBoard
TensorBoard

Sample video below. In this sample, the car skids out of the circuit and attempts to go back, but starts going backwards.

openaigym.video.0.187057.video000000.mp4

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.

None yet

3 participants