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

Fixing bug in learning the target networks, Adding SARSA, Adding the feature to create noisy nets (gaussian noise), Adding loss function to RL-Part, Adding HuberLoss and QuantileLoss to cost.js #187

Merged
merged 39 commits into from
Dec 4, 2019

Conversation

raimannma
Copy link
Member

adds simple noise function to DDPG
and removes the field "loss"

add simple noise function to DDPG
No learning rate needed!
just parameter copy, so learningrate = 1
@raimannma raimannma changed the title Adding a simple noise function to the DDPG Fixing bug in learning the target networks and adding a simple noise function to the DDPG Nov 13, 2019
@raimannma raimannma changed the title Fixing bug in learning the target networks and adding a simple noise function to the DDPG Fixing bug in learning the target networks, Adding SARSA and adding a simple noise function to the DDPG Nov 13, 2019
@raimannma raimannma changed the title Fixing bug in learning the target networks, Adding SARSA and adding a simple noise function to the DDPG Fixing bug in learning the target networks, Adding SARSA and adding the feature to create noisy nets (gaussian noise) Nov 14, 2019
@raimannma raimannma changed the title Fixing bug in learning the target networks, Adding SARSA and adding the feature to create noisy nets (gaussian noise) Fixing bug in learning the target networks, Adding SARSA, Adding the feature to create noisy nets (gaussian noise), Adding loss function to RL-Part, Adding HuberLoss and QuantileLoss to cost.js Nov 18, 2019
@luiscarbonell luiscarbonell merged commit 0874fff into liquidcarrot:add-reinforcement-learning Dec 4, 2019
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

2 participants