Skip to content

Commit f51c418

Browse files
committed
Merge branch 'master' of https://github.com/pockerman/bitrl
2 parents a529b87 + 2309e99 commit f51c418

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ for how to integrate ```bitrl``` with <a href="https://cyberbotics.com/doc/guide
1010

1111
Various 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>.
1414
The 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{
3030
const std::string SERVER_URL = "http://0.0.0.0:8001/api";
3131
3232
using bitrl::envs::gymnasium::FrozenLake;
33-
using bitrl::envs::gymnasium::Taxi;
34-
using bitrl::envs::gymnasium::BlackJack;
35-
using bitrl::envs::gymnasium::CliffWorld;
3633
using bitrl::envs::RESTApiServerWrapper;
3734
3835

0 commit comments

Comments
 (0)