Add MeteorologyForecastRL environment for Atropos hackathon submission

This commit is contained in:
Drew Sny 2025-05-18 17:32:48 -07:00
parent c189fc3351
commit 0d60e6c855
6 changed files with 3540 additions and 1 deletions

View file

@ -0,0 +1,6 @@
wandb
pydantic
httpx
# atroposlib (Optional, if you have it available and want full integration)
# If atroposlib is a local package, it would not be listed here
# or would be installed via `pip install -e .` if it's a setuptools project.