README.md
pyproject.toml
effective_horizon/__init__.py
effective_horizon/atari_head.py
effective_horizon/image_utils.py
effective_horizon/impala_cnn.py
effective_horizon/mdp_utils.py
effective_horizon/os_utils.py
effective_horizon/py.typed
effective_horizon.egg-info/PKG-INFO
effective_horizon.egg-info/SOURCES.txt
effective_horizon.egg-info/dependency_links.txt
effective_horizon.egg-info/requires.txt
effective_horizon.egg-info/top_level.txt
effective_horizon/envs/__init__.py
effective_horizon/envs/atari.py
effective_horizon/envs/deterministic_registration.py
effective_horizon/envs/minigrid.py
effective_horizon/envs/procgen.py
effective_horizon/envs/utils.py
effective_horizon/envs/wrappers.py
effective_horizon/rllib/__init__.py
effective_horizon/rllib/models.py
effective_horizon/rllib/train.py
effective_horizon/rllib/train_bc.py
effective_horizon/rllib/training_utils.py
effective_horizon/rllib/algorithms/__init__.py
effective_horizon/rllib/algorithms/bc.py
effective_horizon/rllib/algorithms/dqn.py
effective_horizon/rllib/algorithms/gorp.py
effective_horizon/rllib/algorithms/replay_buffers.py
effective_horizon/sb3/__init__.py
effective_horizon/sb3/models.py
effective_horizon/sb3/train.py
effective_horizon/sb3/algorithms/__init__.py
effective_horizon/sb3/algorithms/gorp.py
effective_horizon/sb3/algorithms/sqirl.py
effective_horizon/scripts/__init__.py
effective_horizon/scripts/construct_tabular_policy.py
effective_horizon/scripts/convert_atari_head_data.py
effective_horizon/scripts/convert_atari_mdp_to_framestack.py
effective_horizon/scripts/filter_to_minimal_actions.py
tests/test_deterministic_mdps.py
tests/test_julia_scripts.py
tests/test_python_scripts.py
tests/test_training_rllib.py
tests/test_training_sb3.py