Skip to content

[RL-baseline] Model v2, experiment #0 #29

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

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

Conversation

ziritrion
Copy link
Collaborator

First 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 ~630. Last episode managed 450.

Action set #0, copied below:
[0.0, 0.5, 0.0], # throttle
[0.0, 0.2, 0.0], # throttle
[0.0, 0.0, 0.5], # break
[0.0, 0.0, 0.2], # 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-19 21-20-25
Screenshot from 2021-03-19 21-20-45

Sample video below:
https://user-images.githubusercontent.com/1465235/111838726-04e12e80-88fa-11eb-912c-f19775cb4efe.mp4

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

Updated to 20k episodes. Running reward is now 513, with an achieved max of ~745.

TensorBoard
TensorBoard

Sample video:
https://user-images.githubusercontent.com/1465235/112182957-0e221200-8bfe-11eb-9508-253af8eb83d8.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