Package to receive goal-directed environments
Project description
GREnvs
Gym Environments adjusted to Goal Recognition tasks.
Installation
This repo is installable.
The name of the package is gr_envs.
The package serves as an extension with multiple gym environments and registration bundles that specifically fit GR frameworks, namely they are goal-conditioned.
You currently can only install the package by cloning the repo, it isn't distributed elsewhere.
to install regularly:
pip install .
to install in editable mode:
pip install -e .
You can also go to the dist folder which has a built version and install it, for example:
pip install dist/gr_libs-0.1-py3-none-any.whl
Make sure you have the package afterwards:
pip list | grep gr-libs
Installing the repo registers the environments to gym, effectively enabling you to run your script\framework having the environments existing out-of-the-box.
If you're on windows and using vscode (like me), you will need Microsoft Visual C++ 14.0 or greater. you can download a latest version here: https://visualstudio.microsoft.com/visual-cpp-build-tools/
Contributing
Contributions are welcome! Please feel free to submit a pull request or open an issue if you have any suggestions or improvements.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
For Developers
Releasing a new version
- Go to GitHub → Releases → Draft a new release.
- Set the new version (e.g., v0.2.0).
- Publish the release.
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 gr_envs-0.1.0.tar.gz.
File metadata
- Download URL: gr_envs-0.1.0.tar.gz
- Upload date:
- Size: 41.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acf466010fa239c084cd6ff8fafde0f57fb9387fd7b837c93e5fc76986e64c60
|
|
| MD5 |
625660fb4e83da0dfa0879615493bbd7
|
|
| BLAKE2b-256 |
ab8d9e4201b7f0640cfac095d632a7b7973ccd75675d3df19ec3627b01ff6a43
|
File details
Details for the file gr_envs-0.1.0-py3-none-any.whl.
File metadata
- Download URL: gr_envs-0.1.0-py3-none-any.whl
- Upload date:
- Size: 27.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2492978c3387ca697d439f6a3579089209d6bf90abd1d0960365590aa0df5581
|
|
| MD5 |
107003e8ae8d72de2a893e315a06e125
|
|
| BLAKE2b-256 |
37df9131ef85372810140200b7a03192f31301bd3fb9e7614da0e08ce3af2617
|