.zenodo.json
CITATION.cff
LICENSE
MANIFEST.in
PUBLISHING_GUIDE.md
README.md
RELEASE_CHECKLIST.md
pyproject.toml
docs/AGENT_CONTRACT.md
examples/evaluate_agent.py
examples/train_td3.py
examples/validate_full_pipeline.py
src/greenopt_ai/__init__.py
src/greenopt_ai/backend.py
src/greenopt_ai/cli.py
src/greenopt_ai/reward.py
src/greenopt_ai/scalers.py
src/greenopt_ai/schema.py
src/greenopt_ai/validation.py
src/greenopt_ai/weather.py
src/greenopt_ai/data/__init__.py
src/greenopt_ai/data/agent_schema.json
src/greenopt_ai/data/paper.yaml
src/greenopt_ai/data/sample_weather_2weeks.csv
src/greenopt_ai/data/scaler_metadata.json
src/greenopt_ai/envs/__init__.py
src/greenopt_ai/envs/greenhouse.py
src/greenopt_ai_gym.egg-info/PKG-INFO
src/greenopt_ai_gym.egg-info/SOURCES.txt
src/greenopt_ai_gym.egg-info/dependency_links.txt
src/greenopt_ai_gym.egg-info/entry_points.txt
src/greenopt_ai_gym.egg-info/requires.txt
src/greenopt_ai_gym.egg-info/top_level.txt
tests/test_contract.py
tests/test_model_files.py
tests/test_reward.py