Skip to content

Commit

Permalink
Updated readme & pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottower committed Feb 2, 2023
1 parent bd112c3 commit 1405541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ env = gobblet_v1.env()

In the terminal, run the following:
```
python gobblet/example_DQN_tianshou.py --epoch 50 --player 1 --cpu-players 2
python gobblet/example_tianshou_DQN.py --epoch 50 --player 1 --cpu-players 2
```

This will train a [DQN](https://tianshou.readthedocs.io/en/master/tutorials/dqn.html) model from Tianshou for 50 epochs, and launch an interactive game against the pre-trained agent.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "gobblet-rl"
version = "1.2.2"
version = "1.2.3"
authors = [
{ name="Elliot Tower", email="[email protected]" },
]
Expand Down

0 comments on commit 1405541

Please sign in to comment.