File size: 546 Bytes
079c32c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# Modified gym-hybrid
The gym-hybrid directory is modified from https://github.com/thomashirtz/gym-hybrid.
We add the HardMove environment additionally. (Please refer to https://arxiv.org/abs/2109.05490 Section 5.1 for details about HardMove env.)
Specifically, the modified gym-hybrid contains the following three types of environments:
- Moving-v0
- Sliding-v0
- HardMove-v0
### Install Guide
```bash
cd DI-engine/dizoo/gym_hybrid/envs/gym-hybrid
pip install -e .
```
## Acknowledgement
https://github.com/thomashirtz/gym-hybrid |