Skip to main content

General Purpose Python Library

Project description

joatmon (jack of all trades, master of none)

Documentation Status PyPI version codecov GitHub license Pylint Python package Upload Python Package

What is included?

As of today, the following algorithms have been implemented:

As of today, the following environments have been implemented:

  • Rubick's Cube
  • 2048 Puzzle
  • Sokoban
  • Game of 15
  • Chess

As of today, the following networks have been implemented:

You can find more information in the doc.

Installation

  • Install joatmon from Pypi (recommended):
pip install joatmon

Install from Github source:

git clone https://github.com/malkoch/joatmon.git
cd joatmon
python setup.py install

Examples

If you want to run the examples, you'll also have to install:

Once you have installed everything, you can try out a simple example:

python examples/sokoban_dqn.py
python examples/sokoban_ddpg.py

How to run the tests

To run the tests locally, you'll first have to install the following dependencies:

pip install pytest pytest-xdist pep8 pytest-pep8 pytest-cov python-coveralls

You can then run all tests using this command:

py.test tests/.

If you want to check if the files conform to the PEP8 style guidelines, run the following command:

py.test --pep8

If you want to check the code coverage, run the following command:

py.test --cov=joatmon tests/

References

  1. Mnih, Volodymyr, et al. "Playing atari with deep reinforcement learning." arXiv preprint arXiv:1312.5602 (2013).
  2. Lillicrap, Timothy P., et al. "Continuous control with deep reinforcement learning." arXiv preprint arXiv: 1509.02971 (2015).
  3. Fujimoto, Scott, Herke van Hoof, and David Meger. "Addressing function approximation error in actor-critic methods." arXiv preprint arXiv:1802.09477 (2018).
  4. Krizhevsky, Alex, Ilya Sutskever, and Geoffrey E. Hinton. "Imagenet classification with deep convolutional neural networks." Advances in neural information processing systems. 2012.
  5. Goodfellow, Ian, et al. "Generative adversarial nets." Advances in neural information processing systems. 2014.
  6. Mirza, Mehdi, and Simon Osindero. "Conditional generative adversarial nets." arXiv preprint arXiv:1411.1784 (2014).
  7. Karras, Tero, et al. "Progressive growing of gans for improved quality, stability, and variation." arXiv preprint arXiv:1710.10196 (2017).
  8. He, Kaiming, et al. "Deep residual learning for image recognition." Proceedings of the IEEE conference on computer vision and pattern recognition. 2016.
  9. Ronneberger, Olaf, Philipp Fischer, and Thomas Brox. "U-net: Convolutional networks for biomedical image segmentation." International Conference on Medical image computing and computer-assisted intervention. Springer, Cham, 2015.
  10. Simonyan, Karen, and Andrew Zisserman. "Very deep convolutional networks for large-scale image recognition." arXiv preprint arXiv:1409.1556 (2014).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

joatmon-2.1.3.tar.gz (221.8 kB view details)

Uploaded Source

Built Distribution

joatmon-2.1.3-py3-none-any.whl (292.5 kB view details)

Uploaded Python 3

File details

Details for the file joatmon-2.1.3.tar.gz.

File metadata

  • Download URL: joatmon-2.1.3.tar.gz
  • Upload date:
  • Size: 221.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for joatmon-2.1.3.tar.gz
Algorithm Hash digest
SHA256 5a741565738347adad9ca9a851bc76cc373fb5771d4bc2008a7df298cd721113
MD5 473a16c3b9dd1d4e787652256c104fe1
BLAKE2b-256 586af3aa6e1ce2a58d139e50e1e1c93622dfa51e781326f62fdf2313477ca470

See more details on using hashes here.

File details

Details for the file joatmon-2.1.3-py3-none-any.whl.

File metadata

  • Download URL: joatmon-2.1.3-py3-none-any.whl
  • Upload date:
  • Size: 292.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for joatmon-2.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 57ddd5b64f6d6864308abf401593fb0bcc9f89cf207b73a5e1869f08505647f0
MD5 dc39dd197a941e649bf642a2918199df
BLAKE2b-256 e2ae1905327089bc74c390ca51c0ad2de04411fce1c0decb73200c20382974e8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page