File size: 1,093 Bytes
50a50c2
800d809
f01ec62
 
fe49f51
50a50c2
 
fe49f51
 
f95853c
 
50a50c2
 
fe49f51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5c6f32f
 
 
fe49f51
0f08699
fe49f51
 
 
 
 
 
 
f01ec62
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
title: OpenSpiel_env
emoji: 🎮
colorFrom: purple
colorTo: green
sdk: docker
pinned: false
app_port: 8000
base_path: /web
tags:
  - openenv
---

# Openspiel_env Environment Server

FastAPI server for openspiel_env environment powered by Meta's OpenEnv.

## About

This Space provides a containerized environment for openspiel_env interactions.
Built with FastAPI and OpenEnv framework.

## Web Interface

This deployment includes an interactive web interface for exploring the environment:
- **HumanAgent Interface**: Interact with the environment using a web form
- **State Observer**: Real-time view of environment state and action history
- **Live Updates**: WebSocket-based real-time updates

Access the web interface at: `/web`

## OpenSpiel Environment

Provides access to OpenSpiel games for multi-agent reinforcement learning.

### Usage
Send a POST request to `/step` with:
```json
{
  "action": {
    "action_id": 1
  }
}
```

## API Documentation

Visit `/docs` for interactive API documentation.

## Health Check

The environment provides a health check endpoint at `/health`.