mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Update README.md
This commit is contained in:
@@ -289,6 +289,7 @@ dashboard
|
|||||||
* Truncated Normal Noise ([code](rl_coach/exploration_policies/truncated_normal.py))
|
* Truncated Normal Noise ([code](rl_coach/exploration_policies/truncated_normal.py))
|
||||||
* [Bootstrapped Deep Q Network](https://arxiv.org/abs/1602.04621) ([code](rl_coach/agents/bootstrapped_dqn_agent.py))
|
* [Bootstrapped Deep Q Network](https://arxiv.org/abs/1602.04621) ([code](rl_coach/agents/bootstrapped_dqn_agent.py))
|
||||||
* [UCB Exploration via Q-Ensembles (UCB)](https://arxiv.org/abs/1706.01502) ([code](rl_coach/exploration_policies/ucb.py))
|
* [UCB Exploration via Q-Ensembles (UCB)](https://arxiv.org/abs/1706.01502) ([code](rl_coach/exploration_policies/ucb.py))
|
||||||
|
* [Noisy Networks for Exploration](https://arxiv.org/abs/1706.10295) ([code](rl_coach/exploration_policies/parameter_noise.py))
|
||||||
|
|
||||||
## Citation
|
## Citation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user