Fix some typos in README
This commit is contained in:
parent
d043a35e6c
commit
053e74f04c
@ -9,14 +9,15 @@ and [openai gym][gym].
|
|||||||
Thankfully, this project is based on the code from [rllab] and
|
Thankfully, this project is based on the code from [rllab] and
|
||||||
[tensorflow/models][models].
|
[tensorflow/models][models].
|
||||||
|
|
||||||
Note that [d4rl][d4rl] and [dm_control][dm_control] have similar maze
|
Note that [d4rl] and [dm_control] have similar maze
|
||||||
environments, and you can also check them.
|
environments, and you can also check them.
|
||||||
But, if you want more customizable or minimal one, I recommend this.
|
But, if you want more customizable or minimal one, I recommend this.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Importing `mujoco_maze` registers environments and environments listed
|
Importing `mujoco_maze` registers environments and you can load
|
||||||
below are available via `gym.make`.
|
environments by `gym.make`.
|
||||||
|
All available environments listed are listed in [Environments] section.
|
||||||
|
|
||||||
E.g.,:
|
E.g.,:
|
||||||
```python
|
```python
|
||||||
@ -116,7 +117,7 @@ not tested well.
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
This project is licensed under Apache License, Version 2.0
|
This project is licensed under Apache License, Version 2.0
|
||||||
([LICENSE-APACHE](LICENSE) or http://www.apache.org/licenses/LICENSE-2.0).
|
([LICENSE](LICENSE) or http://www.apache.org/licenses/LICENSE-2.0).
|
||||||
|
|
||||||
[d4rl]: https://github.com/rail-berkeley/d4rl
|
[d4rl]: https://github.com/rail-berkeley/d4rl
|
||||||
[dm_control]: https://github.com/deepmind/dm_control
|
[dm_control]: https://github.com/deepmind/dm_control
|
||||||
|
Loading…
Reference in New Issue
Block a user