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

[Final experiments - RL-Baseline] experiment #1 with seed 7081960 #57

Open
wants to merge 36 commits into
base: main
Choose a base branch
from

Conversation

ziritrion
Copy link
Collaborator

Final experiment with our REINFORCE with Baseline algorithm implementation. showing a final reward of 553 after 20,000 episodes with a preset seed of value 7081960.

The Learning Rate for this experiment was 1*10e-3.

The action set chosen for all experiments is the following:
[0.0, 0.3, 0.0], # throttle
[0.0, 0.1, 0.0], # throttle
[0.0, 0.0, 0.0], # throttle
[0.0, 0.0, 0.7], # break
[0.0, 0.0, 0.5], # break
[0.0, 0.0, 0.2], # break
[-1.0, 0.0, 0.05], # left
[-0.5, 0.0, 0.05], # left
[-0.2, 0.0, 0.05], # left
[1.0, 0.0, 0.05], # right
[0.5, 0.0, 0.05], # right
[0.2, 0.0, 0.05], # right

Tensorboard screenshots below:
TensorBoard

jaimepedretp and others added 30 commits February 5, 2021 18:39
* Using GPU

* Actually using gpu

* Adding the running reward to tensorboard

* Substituted a hardcoded path for the proper param

* Added a getitem into Actions class...

* Removing the actions class: pretty unnecesary

* Updating .gitignore and install.sh script

Co-authored-by: ziri <ziritrion@gmail.com>
Co-authored-by: ziritrion <ziritrion@gmail.com>
Co-authored-by: ziritrion <ziritrion@gmail.com>
…-wo-rl into RL-baseline-new-model

Trying to solve conflicts
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