CHANGELOG.md
MANIFEST.in
README.md
requirements.txt
setup.py
tfinterface/__coconut__.py
tfinterface/__init__.py
tfinterface/model_base.py
tfinterface/trainer_base.py
tfinterface/utils.py
tfinterface/version.txt
tfinterface.egg-info/PKG-INFO
tfinterface.egg-info/SOURCES.txt
tfinterface.egg-info/dependency_links.txt
tfinterface.egg-info/requires.txt
tfinterface.egg-info/top_level.txt
tfinterface/interfaces/__coconut__.py
tfinterface/interfaces/__init__.py
tfinterface/interfaces/environment.py
tfinterface/interfaces/experience_buffer.py
tfinterface/interfaces/model_base.py
tfinterface/interfaces/reinforcement.py
tfinterface/interfaces/supervised.py
tfinterface/interfaces/trainer.py
tfinterface/supervised/__coconut__.py
tfinterface/supervised/__init__.py
tfinterface/supervised/linear_model.py
tfinterface/supervised/supervised_model.py
tfinterface/tests/__coconut__.py
tfinterface/tests/__init__.py
tfinterface/tests/test_examples.py
tfinterface/tests/test_supervised_trainer.py