disaster_grid / openenv.yaml
sanjithp-dev's picture
Update openenv.yaml
6c48001 verified
Raw
History Blame Contribute Delete
355 Bytes
name: disaster-grid-env
version: "1.0.0"
description: >
A 5x5 fully-observable grid simulation where an RL agent (Llama-3 trained via GRPO)
acts as an Autonomous Emergency Manager.
author: "Sanjith & Varsha"
license: MIT
runtime:
python: "3.10"
entrypoint: "app.py"
port: 7860
framework: streamlit # Fixed: Changed from fastapi to streamlit