AMLGym: benchmarking action model learning
Framework for experimenting with action model learning approaches and evaluating the learned domain models.
Installation
pip install amlgym
Example usage
from amlgym.algorithms import get_algorithm
agent = get_algorithm('OffLAM')
model = agent.learn('path/to/domain.pddl', ['path/to/trace0', 'path/to/trace1'])
print(model)
Documentation
Tutorials and API documentation is accessible on Read the Docs
State-of-the-art Algorithms
AMLGym provides seamless integration with state-of-the-art algorithms for offline learning classical planning domains from an input set of trajectories in the following settings:
- full observability: SAM [1].
- partial observability: OffLAM [2].
- full and noisy observability: NOLAM [3], ROSAME [4].
Adding an algorithm
PRs with new or existing state-of-the-art algorithms are welcome:
- Add the algorithm PyPI package in
requirements.txt - Create a Python class in
algorithmswhich inherits fromAlgorithmAdapter.pyand implements thelearnmethod
Evaluation
AMLGym can evaluate a PDDL model by means of several metrics:
- Syntactic similarity
- Problem solving
- Predicted applicability and predicted effects
Benchmarking
See the benchmark package for details.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Citing
Not yet available
Release files for amlgym 1.0.12
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| amlgym-1.0.12.tar.gz | 2.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| amlgym-1.0.12-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.7 MB
Release files / amlgym-1.0.12.tar.gz
| Download URL | amlgym-1.0.12.tar.gz |
|---|---|
| Size | 2.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
db5168310ab23d5f19dc9eaac7be917626a06a2f6c6064bcb90dfc92eea075ac
|
|
BLAKE2b-256 checksum How to use checksums |
f037059e6d71b46d59cbc4fddd15ea134bb609fd1457b96ae4cf3512a686c9db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.13
|
Release files / amlgym-1.0.12-py3-none-any.whl
| Download URL | amlgym-1.0.12-py3-none-any.whl |
|---|---|
| Size | 4.3 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2574c7dec57cfe380cd7502870346e96d8f8dc4b630a64671cdd90497b91dc78
|
|
BLAKE2b-256 checksum How to use checksums |
4b641fba2f9e285cdd2d6c6aa58e4391c800ac9969ff61d8469dd85e1de32fcb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.10.13
|