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.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/Agent.py
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/parameters/Eligibility.py
rltg/agents/parameters/Parameter.py
rltg/agents/parameters/__init__.py
rltg/agents/policies/EGreedy.py
rltg/agents/policies/Policy.py
rltg/agents/policies/__init__.py
rltg/agents/temporal_evaluator/TemporalEvaluator.py
rltg/agents/temporal_evaluator/__init__.py
rltg/logic/CompleteRewardAutomaton.py
rltg/logic/PartialRewardAutomaton.py
rltg/logic/RewardAutomaton.py
rltg/logic/RewardAutomatonSimulator.py
rltg/logic/__init__.py
rltg/trainers/GenericTrainer.py
rltg/trainers/TGTrainer.py
rltg/trainers/Trainer.py
rltg/trainers/__init__.py
rltg/utils/GoalEnvWrapper.py
rltg/utils/RewardShaping.py
rltg/utils/StatsManager.py
rltg/utils/StoppingCondition.py
rltg/utils/__init__.py
rltg/utils/misc.py
tests/test_rltg.py