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 v5, experiment #2 #44

Open
wants to merge 2 commits into
base: RL-baseline-v5
Choose a base branch
from

Conversation

ziritrion
Copy link
Collaborator

Action set #1 was chosen for this experiment:
[0.0, 0.0, 0.0], # no action
[0.0, 0.8, 0.0], # throttle
[0.0, 0.0, 0.6], # break
[-0.9, 0.0, 0.0], # left
[-0.5, 0.0, 0.0], # left
[-0.2, 0.0, 0.0], # left
[0.9, 0.0, 0.0], # right
[0.5, 0.0, 0.0], # right
[0.2, 0.0, 0.0], # right

Entropy and Running Reward dropped to very low levels between the 8k and the 20k episode mark, but seemed to start a growing trend right before the 20k episode mark. It's likely that the running reward could grow to positive values if the model is trained further. The max RR value is 282 right before the 7k episode mark, with a final RR of -45.

Tensorboard captures below:
TensorBoard
TensorBoard

Sample video below. The car never turns.
https://user-images.githubusercontent.com/1465235/113405881-d6a82800-93aa-11eb-8a8a-4e32dd27b275.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

1 participant