Bump version to 0.1.1
This commit is contained in:
parent
e0cfcd02d3
commit
f52213b16d
@ -43,7 +43,7 @@ Thankfully, this project is based on the code from [rllab] and [tensorflow/mode
|
||||
- PointBilliard-v2 (Multiple Goals (0.5 pt or 1.0 pt))
|
||||
|
||||
## Warning
|
||||
This project has some other environments (e.g., reacher, and swimmer)
|
||||
This project has some other environments (e.g., reacher and swimmer)
|
||||
but if they are not on README, they are work in progress and
|
||||
not tested well.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "mujoco-maze"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Simple maze environments using mujoco-py"
|
||||
license = "Apache-2.0"
|
||||
authors = ["Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>"]
|
||||
@ -10,7 +10,7 @@ repository = "https://github.com/kngwyu/mujoco-maze"
|
||||
homepage = "https://github.com/kngwyu/mujoco-maze"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.6" # Compatible python versions must be declared here
|
||||
python = ">=3.6.1" # Compatible python versions must be declared here
|
||||
gym = ">=0.16"
|
||||
mujoco-py = ">=1.5"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user