Skip to content

Commit 83173a2

Browse files
committed
update readme
1 parent dfacd3c commit 83173a2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Explorer is a PyTorch reinforcement learning framework for **exploring** new ideas.
44

5+
> [!NOTE]
6+
> This repository is no longer actively maintained. For Jax implementation, please check [Jaxplorer](https://github.com/qlan3/Jaxplorer).
7+
58

69
## Implemented algorithms
710

@@ -23,10 +26,6 @@ Explorer is a PyTorch reinforcement learning framework for **exploring** new ide
2326
- [Reward Policy Gradient (RPG)](https://arxiv.org/pdf/2103.05147.pdf)
2427
- [Memory-efficient Deep Q-learning (MeDQN)](https://arxiv.org/pdf/2205.10868.pdf)
2528

26-
## To do list
27-
28-
- SAC with automatically adjusted temperature
29-
- SAC with discrete action spaces
3029

3130
## The dependency tree of agent classes
3231

@@ -156,4 +155,4 @@ If you find this repo useful to your research, please cite my paper if related.
156155
- [Classic Control](https://github.com/muhammadzaheer/classic-control)
157156
- [Spinning Up in Deep RL](https://github.com/openai/spinningup)
158157
- [Randomized Value functions](https://github.com/facebookresearch/RandomizedValueFunctions)
159-
- [Rainbow](https://github.com/Kaixhin/Rainbow)
158+
- [Rainbow](https://github.com/Kaixhin/Rainbow)

0 commit comments

Comments
 (0)