File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ for how to integrate ```bitrl``` with <a href="https://cyberbotics.com/doc/guide
1010
1111Various RL algorithms using the environments can be found at <a href =" https://github.com/pockerman/cuberl/tree/master " >cuberl</a >.
1212
13- The documentation for the library can be found <a href =" https://rlenvscpp.readthedocs .io/en/latest/ " >here</a >.
13+ The documentation for the library can be found <a href =" https://pockerman.github .io/bitrl/index.html " >here</a >.
1414The following is an example how to use the
1515`` FrozenLake `` environment from <a href =" https://github.com/Farama-Foundation/Gymnasium/tree/main " >Gymnasium</a >.
1616
@@ -30,9 +30,6 @@ namespace example_1{
3030const std::string SERVER_URL = "http://0.0.0.0:8001/api";
3131
3232using bitrl::envs::gymnasium::FrozenLake;
33- using bitrl::envs::gymnasium::Taxi;
34- using bitrl::envs::gymnasium::BlackJack;
35- using bitrl::envs::gymnasium::CliffWorld;
3633using bitrl::envs::RESTApiServerWrapper;
3734
3835
You can’t perform that action at this time.
0 commit comments