mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Add MeteorologyForecastRL environment for Atropos hackathon submission
This commit is contained in:
parent
c189fc3351
commit
0d60e6c855
6 changed files with 3540 additions and 1 deletions
6
environments/hack0/requirements.txt
Normal file
6
environments/hack0/requirements.txt
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue