AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
rltg/__init__.py
rltg/rltg.py
rltg/trainer.py
rltg.egg-info/PKG-INFO
rltg.egg-info/SOURCES.txt
rltg.egg-info/dependency_links.txt
rltg.egg-info/not-zip-safe
rltg.egg-info/requires.txt
rltg.egg-info/top_level.txt
rltg/agents/RLAgent.py
rltg/agents/TGAgent.py
rltg/agents/__init__.py
rltg/agents/feature_extraction.py
rltg/agents/brains/Brain.py
rltg/agents/brains/TDBrain.py
rltg/agents/brains/__init__.py
rltg/agents/exploration_policies/ExplorationPolicy.py
rltg/agents/exploration_policies/RandomPolicy.py
rltg/agents/exploration_policies/__init__.py
rltg/agents/temporal_evaluator/TemporalEvaluator.py
rltg/agents/temporal_evaluator/__init__.py
rltg/logic/PartialAutomatonSimulator.py
rltg/logic/RewardAutomaton.py
rltg/logic/RewardAutomatonSimulator.py
rltg/logic/__init__.py
rltg/utils/GoalEnvWrapper.py
rltg/utils/Renderer.py
rltg/utils/StatsManager.py
rltg/utils/StoppingCondition.py
rltg/utils/__init__.py
tests/test_rltg.py