LICENSE
MANIFEST.in
NOTICE
README.md
build_fsim.py
pyproject.toml
setup.py
csrc/fsim.c
csrc/fsim.h
csrc/fsim_rl.c
evolve/__init__.py
evolve/archive.py
evolve/evaluate.py
evolve/llm.py
evolve/mutate.py
evolve/pool.py
evolve/run.py
evolve/sandbox.py
evolve/spend.py
evolve/seeds/__init__.py
evolve/seeds/builder.py
evolve/seeds/trivial.py
factory_sim.egg-info/PKG-INFO
factory_sim.egg-info/SOURCES.txt
factory_sim.egg-info/dependency_links.txt
factory_sim.egg-info/requires.txt
factory_sim.egg-info/top_level.txt
fsim/__init__.py
fsim/demos.py
fsim/expert.py
fsim/gym_env.py
fsim/obsview.py
fsim/parity.py
fsim/patchify.py
fsim/policy.py
fsim/program_api.py
fsim/puffer_env.py
fsim/rl.py
fsim/scenes.py
fsim/trace.py
fsim/ued.py
fsim/vec.py
fsim/data/terrain.json
tests/test_action_space_v2.py
tests/test_archive.py
tests/test_collision.py
tests/test_compact.py
tests/test_critic.py
tests/test_evaluate.py
tests/test_evolve_contracts.py
tests/test_evolve_curves.py
tests/test_expert.py
tests/test_fast_eval.py
tests/test_gated_backplay.py
tests/test_grpo.py
tests/test_gym_env.py
tests/test_llm.py
tests/test_mutate.py
tests/test_obsview.py
tests/test_openenv_integration.py
tests/test_packaging.py
tests/test_parity.py
tests/test_patchify.py
tests/test_plate_line.py
tests/test_policy.py
tests/test_pool.py
tests/test_prior_and_epsilon.py
tests/test_program_api.py
tests/test_puffer_env.py
tests/test_rl_contract.py
tests/test_run.py
tests/test_sandbox.py
tests/test_scenes.py
tests/test_spend.py
tests/test_time_limit.py
tests/test_ued.py
tests/test_vec_and_shaping.py
tests/test_verifiers_integration.py