Correct grammer

This commit is contained in:
kngwyu 2021-03-17 12:47:12 +09:00
parent 0080c9d0d6
commit 263210f7d1
2 changed files with 6 additions and 3 deletions

View File

@ -10,8 +10,8 @@ Thankfully, this project is based on the code from [rllab] and
[tensorflow/models][models].
Note that [d4rl][d4rl] and [dm_control][dm_control] have similar maze
environment, and you can also check them.
But if you want more customizable or minimal one, I recommend this.
environments, and you can also check them.
But, if you want more customizable or minimal one, I recommend this.
## Usage

View File

@ -30,7 +30,10 @@ setup(
name=NAME,
version=VERSION,
url=URL,
project_urls={"Code": URL, "Issue tracker": URL + "/issues",},
project_urls={
"Code": URL,
"Issue tracker": URL + "/issues",
},
author=AUTHOR,
author_email=EMAIL,
description=DESCRIPTION,