test / openenv.yaml
paramjitbaral's picture
Upload folder using huggingface_hub
ab69aa8 verified
Raw
History Blame Contribute Delete
607 Bytes
name: acde-openenv
version: "1.0"
description: Adaptive Crisis Decision Environment
runtime:
transport: http
host: 0.0.0.0
port: 7860
endpoints:
health:
method: GET
path: /health
reset:
method: POST
path: /reset
step:
method: POST
path: /step
state:
method: GET
path: /state
contracts:
observation: app.models.observation.Observation
action: app.models.action.Action
reward: app.models.reward.RewardModel
info: app.models.reward.StepInfo
state: app.models.state.EnvState
reward_range: [0.001, 0.999]
done_type: boolean