README.md
pyproject.toml
src/environment/core.py
src/environment/registry.py
src/environment/results.py
src/environment/shared_engine.py
src/environment/artifacts/__init__.py
src/environment/artifacts/base.py
src/environment/db/__init__.py
src/environment/db/sqlite.py
src/environment/resources/sqlite.py
src/environment/rewards/__init__.py
src/environment/rewards/core.py
src/environment/tools/__init__.py
src/eval/__init__.py
src/eval/eval_sokoban_only.py
src/eval/eval_with_achievements.py
src/eval/adapters/__init__.py
src/eval/adapters/base.py
src/eval/adapters/crafter.py
src/eval/adapters/sokoban.py
src/eval/agents/__init__.py
src/eval/agents/base.py
src/eval/agents/react.py
src/eval/core/__init__.py
src/eval/core/display.py
src/eval/core/evaluator.py
src/eval/core/filters.py
src/eval/core/types.py
src/eval/examples/__init__.py
src/eval/examples/eval_crafter.py
src/eval/examples/eval_sokoban.py
src/examples/crafter_classic/__init__.py
src/examples/crafter_classic/config_logging.py
src/examples/crafter_classic/engine.py
src/examples/crafter_classic/engine_deterministic_patch.py
src/examples/crafter_classic/environment.py
src/examples/crafter_classic/taskset.py
src/examples/crafter_classic/test_fixes.py
src/examples/crafter_classic/agent_demos/test_synth_react.py
src/examples/crafter_classic/engine_helpers/action_map.py
src/examples/crafter_classic/engine_helpers/serialization.py
src/examples/enron/engine.py
src/examples/enron/environment.py
src/examples/enron/taskset.py
src/examples/enron/agent_demos/test_synth_react.py
src/examples/enron/art_helpers/email_search_tools.py
src/examples/enron/art_helpers/local_email_db.py
src/examples/enron/art_helpers/types_enron.py
src/examples/enron/units/keyword_stats.py
src/examples/enron/units/test_email_index.py
src/examples/factorio_le/__init__.py
src/examples/factorio_le/engine.py
src/examples/factorio_le/environment.py
src/examples/factorio_le/taskset.py
src/examples/factorio_le/agent_demos/test_synth_react.py
src/examples/factorio_le/units/test_factorio_engine.py
src/examples/factorio_le/units/test_factorio_environment.py
src/examples/factorio_le/units/test_factorio_taskset.py
src/examples/math/engine.py
src/examples/math/environment.py
src/examples/math/schema.py
src/examples/math/taskset.py
src/examples/math/tools.py
src/examples/math/agent_demos/plan_execute.py
src/examples/nmmo_classic/engine.py
src/examples/nmmo_classic/environment.py
src/examples/nmmo_classic/run_test.py
src/examples/nmmo_classic/state.py
src/examples/nmmo_classic/taskset.py
src/examples/nmmo_classic/agent_demos/simple_demo.py
src/examples/nmmo_classic/units/test_nmmo_basic.py
src/examples/nmmo_classic/units/test_nmmo_environment.py
src/examples/nmmo_classic/units/test_sanity.py
src/examples/red/__init__.py
src/examples/red/config_logging.py
src/examples/red/engine.py
src/examples/red/environment.py
src/examples/red/taskset.py
src/examples/red/test_fixes.py
src/examples/red/test_fixes_mock.py
src/examples/red/agent_demos/__init__.py
src/examples/red/agent_demos/test_synth_react.py
src/examples/red/engine_helpers/__init__.py
src/examples/red/engine_helpers/memory_map.py
src/examples/red/engine_helpers/reward_components.py
src/examples/red/engine_helpers/screen_analysis.py
src/examples/red/engine_helpers/state_extraction.py
src/examples/red/engine_helpers/reward_library/__init__.py
src/examples/red/engine_helpers/reward_library/adaptive_rewards.py
src/examples/red/engine_helpers/reward_library/battle_rewards.py
src/examples/red/engine_helpers/reward_library/composite_rewards.py
src/examples/red/engine_helpers/reward_library/economy_rewards.py
src/examples/red/engine_helpers/reward_library/efficiency_rewards.py
src/examples/red/engine_helpers/reward_library/exploration_rewards.py
src/examples/red/engine_helpers/reward_library/novelty_rewards.py
src/examples/red/engine_helpers/reward_library/pallet_town_rewards.py
src/examples/red/engine_helpers/reward_library/pokemon_rewards.py
src/examples/red/engine_helpers/reward_library/social_rewards.py
src/examples/red/engine_helpers/reward_library/story_rewards.py
src/examples/red/units/__init__.py
src/examples/red/units/test_basic_functionality.py
src/examples/red/units/test_button_press_requirements.py
src/examples/red/units/test_engine.py
src/examples/red/units/test_environment.py
src/examples/red/units/test_exploration_strategy.py
src/examples/red/units/test_integration.py
src/examples/red/units/test_memory_extraction.py
src/examples/red/units/test_menu_bug_reproduction.py
src/examples/red/units/test_movement_debug.py
src/examples/red/units/test_pokemon_mcts_debug.py
src/examples/red/units/test_pokemon_mcts_verbose.py
src/examples/red/units/test_red_basic.py
src/examples/red/units/test_red_comprehensive.py
src/examples/red/units/test_retry_movement.py
src/examples/red/units/test_reward_components.py
src/examples/red/units/test_rom_integration.py
src/examples/red/units/test_taskset.py
src/examples/red/units/test_tree.py
src/examples/sokoban/engine.py
src/examples/sokoban/environment.py
src/examples/sokoban/taskset.py
src/examples/sokoban/agent_demos/test_dspy_react.py
src/examples/sokoban/agent_demos/test_synth_lats.py
src/examples/sokoban/agent_demos/test_synth_react_locally.py
src/examples/sokoban/agent_demos/test_synth_react_service.py
src/examples/sokoban/engine_helpers/room_utils.py
src/examples/sokoban/units/astar_common.py
src/examples/sokoban/units/test_building_task_set.py
src/examples/sokoban/units/test_false_positive.py
src/examples/sokoban/units/test_simple_run_through_environment.py
src/examples/sokoban/units/test_sokoban_environment.py
src/examples/sokoban/units/test_tree.py
src/examples/verilog/__init__.py
src/examples/verilog/engine.py
src/examples/verilog/environment.py
src/examples/verilog/taskset.py
src/examples/verilog/agent_demos/test_synth_react.py
src/examples/verilog/tests/test_debug_issues.py
src/examples/verilog/tests/test_debug_vvp.py
src/examples/verilog/tests/test_environment_issues.py
src/examples/verilog/tests/test_verilog_fixes.py
src/examples/verilog/tests/test_vvp_bug_direct.py
src/examples/verilog/tests/test_vvp_environment_integration.py
src/examples/verilog/tests/test_vvp_fix_verification.py
src/examples/verilog/tests/test_vvp_simple.py
src/examples/verilog/units/test_verilog_engine.py
src/examples/verilog/units/test_verilog_environment.py
src/examples/verilog/units/test_verilog_integration.py
src/examples/verilog/units/test_verilog_taskset.py
src/reproducibility/core.py
src/reproducibility/helpers.py
src/reproducibility/tree.py
src/service/app.py
src/service/core_routes.py
src/service/registry.py
src/stateful/core.py
src/stateful/engine.py
src/stateful/state.py
src/synth_env/__init__.py
src/synth_env.egg-info/PKG-INFO
src/synth_env.egg-info/SOURCES.txt
src/synth_env.egg-info/dependency_links.txt
src/synth_env.egg-info/requires.txt
src/synth_env.egg-info/top_level.txt
src/tasks/api.py
src/tasks/core.py
src/tasks/filters.py
src/tasks/utils.py
src/v0_observability/history.py
src/v0_observability/log.py