Skip to content

Commit e2d3c76

Browse files
authored
JAX + DDPG docs fix (#229)
1 parent 7eeb583 commit e2d3c76

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- [ ] I have updated the tests accordingly (if applicable).
1818

1919
If you are adding new algorithms or your change could result in performance difference, you may need to (re-)run tracked experiments. See https://github.com/vwxyzjn/cleanrl/pull/137 as an example PR.
20-
- [ ] I have contacted @vwxyzjn to obtain access to the [openrlbenchmark W&B team](https://wandb.ai/openrlbenchmark) (**required**).
20+
- [ ] I have contacted [vwxyzjn](https://github.com/vwxyzjn) to obtain access to the [openrlbenchmark W&B team](https://wandb.ai/openrlbenchmark) (**required**).
2121
- [ ] I have tracked applicable experiments in [openrlbenchmark/cleanrl](https://wandb.ai/openrlbenchmark/cleanrl) with `--capture-video` flag toggled on (**required**).
2222
- [ ] I have added additional documentation and previewed the changes via `mkdocs serve`.
2323
- [ ] I have explained note-worthy implementation details.

docs/rl-algorithms/ddpg.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Reference resources:
1414

1515
* :material-github: [sfujim/TD3](https://github.com/sfujim/TD3)
1616
* [Deep Deterministic Policy Gradient | Spinning Up in Deep RL](https://spinningup.openai.com/en/latest/algorithms/ddpg.html)
17+
* :material-github: [ikostrikov/jaxrl](https://github.com/ikostrikov/jaxrl) (helpful reference when implemented [`ddpg_continuous_action_jax.py`](https://github.com/vwxyzjn/cleanrl/blob/master/cleanrl/ddpg_continuous_action_jax.py))
1718

1819
## Implemented Variants
1920

0 commit comments

Comments
 (0)