LICENSE
README.md
setup.py
segar/__init__.py
segar/logging.py
segar/metrics.py
segar/parameters.py
segar/types.py
segar/utils.py
segar.egg-info/PKG-INFO
segar.egg-info/SOURCES.txt
segar.egg-info/dependency_links.txt
segar.egg-info/requires.txt
segar.egg-info/top_level.txt
segar/configs/__init__.py
segar/configs/handler.py
segar/configs/initialization.py
segar/configs/rendering.py
segar/envs/__init__.py
segar/envs/env.py
segar/envs/wrappers.py
segar/factors/__init__.py
segar/factors/arrays.py
segar/factors/bools.py
segar/factors/factors.py
segar/factors/noise.py
segar/factors/number_factors.py
segar/factors/properties.py
segar/factors/shapes.py
segar/mdps/__init__.py
segar/mdps/constructors.py
segar/mdps/initializations.py
segar/mdps/mdps.py
segar/mdps/metrics.py
segar/mdps/observations.py
segar/mdps/rewards.py
segar/mdps/tasks.py
segar/rendering/__init__.py
segar/rendering/affordances.py
segar/rendering/optical_flow.py
segar/rendering/rendering.py
segar/rendering/rgb_rendering.py
segar/rendering/generators/__init__.py
segar/rendering/generators/generator.py
segar/rendering/generators/inception_generator.py
segar/rendering/generators/linear_autoencoder.py
segar/repl/__init__.py
segar/repl/boilerplate.py
segar/repl/data_loaders.py
segar/repl/metrics.py
segar/repl/models.py
segar/repl/static_datasets/__init__.py
segar/repl/static_datasets/iid_samples.py
segar/rules/__init__.py
segar/rules/collisions.py
segar/rules/fields.py
segar/rules/prior.py
segar/rules/relations.py
segar/rules/rules.py
segar/rules/special.py
segar/rules/transitions.py
segar/sim/__init__.py
segar/sim/location_priors.py
segar/sim/sim.py
segar/tasks/__init__.py
segar/tasks/billiards.py
segar/tasks/puttputt.py
segar/things/__init__.py
segar/things/boundaries.py
segar/things/objects.py
segar/things/things.py
segar/things/tiles.py
segar/things/utils.py
segar/tools/__init__.py
segar/tools/sample_trajectories.py
segar/tools/task_sampling.py
test/__init__.py
test/run_tests.py
test/test_envs.py
test/test_envs_from_config.py
test/test_factors.py
test/test_rules.py
test/test_things.py
test/test_trajectories.py
test/unit_tests.py