File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Explorer is a PyTorch reinforcement learning framework for ** exploring** new ideas.
4
4
5
+ > [ !NOTE]
6
+ > This repository is no longer actively maintained. For Jax implementation, please check [ Jaxplorer] ( https://github.com/qlan3/Jaxplorer ) .
7
+
5
8
6
9
## Implemented algorithms
7
10
@@ -23,10 +26,6 @@ Explorer is a PyTorch reinforcement learning framework for **exploring** new ide
23
26
- [ Reward Policy Gradient (RPG)] ( https://arxiv.org/pdf/2103.05147.pdf )
24
27
- [ Memory-efficient Deep Q-learning (MeDQN)] ( https://arxiv.org/pdf/2205.10868.pdf )
25
28
26
- ## To do list
27
-
28
- - SAC with automatically adjusted temperature
29
- - SAC with discrete action spaces
30
29
31
30
## The dependency tree of agent classes
32
31
@@ -156,4 +155,4 @@ If you find this repo useful to your research, please cite my paper if related.
156
155
- [ Classic Control] ( https://github.com/muhammadzaheer/classic-control )
157
156
- [ Spinning Up in Deep RL] ( https://github.com/openai/spinningup )
158
157
- [ Randomized Value functions] ( https://github.com/facebookresearch/RandomizedValueFunctions )
159
- - [ Rainbow] ( https://github.com/Kaixhin/Rainbow )
158
+ - [ Rainbow] ( https://github.com/Kaixhin/Rainbow )
You can’t perform that action at this time.
0 commit comments