CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
src/akro/__init__.py
src/akro/__version__.py
src/akro/box.py
src/akro/dict.py
src/akro/discrete.py
src/akro/space.py
src/akro/tuple.py
src/akro.egg-info/PKG-INFO
src/akro.egg-info/SOURCES.txt
src/akro.egg-info/dependency_links.txt
src/akro.egg-info/requires.txt
src/akro.egg-info/top_level.txt
src/akro/tf/__init__.py
src/akro/tf/box.py
src/akro/tf/dict.py
src/akro/tf/discrete.py
src/akro/tf/tuple.py
src/akro/theano/__init__.py
src/akro/theano/_util.py
src/akro/theano/box.py
src/akro/theano/dict.py
src/akro/theano/discrete.py
src/akro/theano/tuple.py
tests/__init__.py
tests/test_base.py
tests/test_box.py
tests/test_dict.py
tests/test_discrete.py
tests/test_tuple.py
tests/tf/__init__.py
tests/tf/test_box.py
tests/tf/test_dict.py
tests/tf/test_discrete.py
tests/tf/test_tuple.py
tests/theano/__init__.py
tests/theano/test_box.py
tests/theano/test_dict.py
tests/theano/test_discrete.py
tests/theano/test_spaces.py
tests/theano/test_tuple.py