File size: 700 Bytes
2a29f54
61b2b6b
2a29f54
 
 
0e80e35
2a29f54
0e80e35
61b2b6b
0e80e35
2a29f54
 
0e80e35
2a29f54
0e80e35
 
 
 
2a29f54
0e80e35
 
 
2a29f54
0e80e35
2a29f54
0e80e35
 
 
2a29f54
0e80e35
2a29f54
0e80e35
 
 
 
2a29f54
0e80e35
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
---
title: Optigami
emoji: 🐠
colorFrom: indigo
colorTo: red
sdk: docker
pinned: false
app_port: 8000
license: mit
short_description: OpenEnv origami environment and demo
---

# Optigami

OpenEnv-compatible origami RL environment with:
- environment + reward checks in `env/`
- OpenEnv server adapter in `openenv_runtime/` and `openenv_server/`
- Dockerized deployment for Hugging Face Spaces

Entry point: `openenv_server.app:app`  
Manifest: `openenv.yaml`  
Container: `Dockerfile`

## Local Run

```bash
uvicorn openenv_server.app:app --host 0.0.0.0 --port 8000
```

## Frontend (optional local React demo)

```bash
npm install
npm start
```

This serves the dashboard against the FastAPI API.