Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump release version #29

Merged
merged 2 commits into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ POPGym is designed to benchmark memory in deep reinforcement learning. It contai

```python
pip install popgym # base environments only, only requires numpy and gymnasium
pip install "popgym[navigation]" # also include navigation environments, which require mazelib
pip install --use-pep517 "popgym[navigation]" # also include navigation environments, which require mazelib
pip install "popgym[baselines]" # environments and memory baselines
```

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description = A collection of partially-observable procedural gym environments
long_description = file: README.md
long_description_content_type = text/markdown
author = Steven Morad
version = 1.0.3
version = 1.0.4
license = MIT
readme = README.md
requires_python = >=3.7 <=3.10 # Remove 3.10 limit when mazelib fixes its build process
requires_python = >=3.7
keywords = gym, gymnasium, pomdp, partially observable, reinforcement learning, rl

[options]
Expand Down
Loading