Correct grammer
This commit is contained in:
parent
0080c9d0d6
commit
263210f7d1
@ -10,8 +10,8 @@ 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][d4rl] and [dm_control][dm_control] have similar maze
|
||||||
environment, 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
|
||||||
|
|
||||||
|
5
setup.py
5
setup.py
@ -30,7 +30,10 @@ setup(
|
|||||||
name=NAME,
|
name=NAME,
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
url=URL,
|
url=URL,
|
||||||
project_urls={"Code": URL, "Issue tracker": URL + "/issues",},
|
project_urls={
|
||||||
|
"Code": URL,
|
||||||
|
"Issue tracker": URL + "/issues",
|
||||||
|
},
|
||||||
author=AUTHOR,
|
author=AUTHOR,
|
||||||
author_email=EMAIL,
|
author_email=EMAIL,
|
||||||
description=DESCRIPTION,
|
description=DESCRIPTION,
|
||||||
|
Loading…
Reference in New Issue
Block a user