pydemic
offers reinforcement learning algorithms built with Python on top of the deep learning library PyTorch.
You can extend pydemic
according to your own needs. You can implement custom algorithms by extending simple abstract classes.
As of today, the following algorithms have been implemented:
- Install PyTorch. You can find it here: PyTorch
pip install pydemic
You can find examples in examples/
directory
You can also run examples: python examples/pso_cartpole.py
You might want to export PYTHONPATH=/path/to/this/directory
- Implement new algorithms
- Improve code design
- Improve comments and readme
- Tests