fork of https://github.com/kngwyu/mujoco-maze with some fixes
Go to file
2020-05-29 23:04:06 +09:00
mujoco_maze Do not use goal 2020-05-29 23:04:06 +09:00
tests Make it work 2020-05-25 17:26:57 +09:00
.gitignore INITIAL 2020-05-21 19:05:06 +09:00
LICENSE INITIAL 2020-05-21 19:05:06 +09:00
poetry.lock Make it work 2020-05-25 17:26:57 +09:00
pyproject.toml Refactor using AgentModel 2020-05-29 17:36:14 +09:00
README.md INITIAL 2020-05-21 19:05:06 +09:00
setup.cfg INITIAL 2020-05-21 19:05:06 +09:00
setup.py Use self.sim instead of physics 2020-05-29 17:04:26 +09:00

mujoco-maze

Some maze environments for reinforcement learning(RL) using mujoco-py and openai gym.

Thankfully, this project is based on the code from tensorflow/models, rllab and deep-skill-chaining.

License

This project is licensed under Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0).