Skip to content

Commit f3b4e3a

Browse files
committed
add links to other repos
1 parent 9ebc7cc commit f3b4e3a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ A reinforcement learning package for [Julia](https://julialang.org/).
3232

3333
|name | state space | action space |
3434
|-----|-------------|--------------|
35-
|Cartpole | 4D | discrete |
36-
|Mountain Car | 2D | discrete |
37-
|Pendulum | 3D | 1D |
38-
|Atari | pixel images | discrete|
39-
|[POMDPs](https://github.com/JuliaPOMDP/POMDPs.jl), MDPs, Mazes, Cliffwalking | discrete | discrete|
35+
|[Cartpole](https://github.com/jbrea/RLEnvClassicControl.jl)| 4D | discrete |
36+
|[Mountain Car](https://github.com/jbrea/RLEnvClassicControl.jl)| 2D | discrete |
37+
|[Pendulum](https://github.com/jbrea/RLEnvClassicControl.jl) | 3D | 1D |
38+
|[Atari](https://github.com/jbrea/RLEnvAtari.jl) | pixel images | discrete|
39+
|[POMDPs](https://github.com/jbrea/RLEnvDiscrete.jl), MDPs, [Mazes](https://github.com/jbrea/RLEnvDiscrete.jl), [Cliffwalking](https://github.com/jbrea/RLEnvDiscrete.jl) | discrete | discrete|
4040
|[OpenAi Gym](https://github.com/openai/gym) (with PyCall) | see [here](https://github.com/openai/gym) | see [here](https://github.com/openai/gym) |
4141

4242
## Preprocessors

0 commit comments

Comments
 (0)