Implementations of various sequential decision problems as MDPs using the SimpleOptions framework.
Project description
SimpleEnvs
A collection of Reinforcement Learning (RL) environments which I have implemented as part of my research. Hopefully this collection will grow over time, and prove useful to others as well.
All of these environments use an interaction API similar to that used by OpenAI Gym, however we do not implement Gym's Env class directly. Instead, we use the SimpleOptions BaseEnvironment interface.
Many of the smaller, discrete environments (e.g. Taxi, Hanoi, Rooms) are designed with graph-based reinforcement learning methods in mind. They naturally support building state transition graphs out-of-the-box using the built-in generate_interaction_graph method, and one-step lookahead is available using the get_successors method.
The easiest way to install this package is to simply run pip install simpleenvs. Alternatively, you can install from source: simply download this repository and run the command pip install . in the root directory.
The code in this repository is well commented, but additional examples and documentation are coming soon!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simpleenvs-0.6.2.tar.gz.
File metadata
- Download URL: simpleenvs-0.6.2.tar.gz
- Upload date:
- Size: 29.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a19a0bea4175881825a88baf3615559a37f62c9f890b1a81f3b7b90d7e7b0f9
|
|
| MD5 |
893e3f68805903be5e480a550d26961e
|
|
| BLAKE2b-256 |
8de2381a544d746cc43a55e04e65736f9e3d738241c1fa04c4162228bf6bd669
|
File details
Details for the file simpleenvs-0.6.2-py3-none-any.whl.
File metadata
- Download URL: simpleenvs-0.6.2-py3-none-any.whl
- Upload date:
- Size: 41.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
614c0638520cba28e14b71b72063eb6ab440f7ca837d83ba4020a90075a7c4b5
|
|
| MD5 |
d66147e3901294b7763baf3fbc9b81e7
|
|
| BLAKE2b-256 |
5ba7e16860a4f70aeb07bf6c8dc1691aa475863644c7b07d8711d0c8fa76da33
|