Spaces:
Sleeping
Sleeping
| class PlaceholderRLAgent: | |
| def __init__(self, name: str = "ppo-placeholder") -> None: | |
| self.name = name | |
| def act(self, observation: dict) -> dict: | |
| return {"action_type": "triage", "note": f"{self.name}-stub"} | |