Skip to content

Commit

Permalink
bump version number and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cpnota committed Aug 2, 2019
1 parent 1acb74b commit 28f1e81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ We provide out-of-the-box modules for:
- [x] Generalized Advantage Estimation (GAE)
- [x] Target networks
- [x] Polyak averaging
- [x] Easy parameter and learning rate scheduling
- [x] An enhanced `nn` module (includes dueling layers, noisy layers, action bounds, and the coveted `nn.Flatten`)
- [x] `gym` to `pytorch` wrappers
- [x] Atari wrappers
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="all",
version="0.2.4",
version="0.3.0",
description=("A reinforcement learning library in python"),
packages=find_packages(),
url="https://github.com/cpnota/autonomous-learning-library.git",
Expand Down

0 comments on commit 28f1e81

Please sign in to comment.