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 #1 #30

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

Conversation

ziritrion
Copy link
Collaborator

Second 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 ~500. Last episode managed 257.

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

Results are copied below:
Screenshot from 2021-03-20 08-19-04
Screenshot from 2021-03-20 08-19-21

Sample video below:
https://user-images.githubusercontent.com/1465235/111862476-d133f200-8955-11eb-8482-f223631c8e0f.mp4

@ziritrion ziritrion requested a review from xeviknal March 20, 2021 07:25
@ziritrion
Copy link
Collaborator Author

Updated with 20k runs. Running reward is now at 337, with an achieved max of 556.

TensorBoard
TensorBoard

Sample video below. It does not brake before sharp turns.
https://user-images.githubusercontent.com/1465235/112334548-cd88ce00-8cbb-11eb-9c0f-de586b3d9a89.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.

2 participants