zkwentz commited on
Commit
3e965f3
Β·
verified Β·
1 Parent(s): ca3acad

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +2 -29
  2. src/envs/echo_env/README.md +2 -2
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- title: Echo_env Environment Server
3
  emoji: πŸ”Š
4
  colorFrom: blue
5
- colorTo: gray
6
  sdk: docker
7
  pinned: false
8
  app_port: 8000
@@ -11,33 +11,6 @@ tags:
11
  - openenv
12
  ---
13
 
14
- # Echo_env Environment Server
15
-
16
- FastAPI server for echo_env environment powered by Meta's OpenEnv.
17
-
18
- ## About
19
-
20
- This Space provides a containerized environment for echo_env interactions.
21
- Built with FastAPI and OpenEnv framework.
22
-
23
- ## Web Interface
24
-
25
- This deployment includes an interactive web interface for exploring the environment:
26
- - **HumanAgent Interface**: Interact with the environment using a web form
27
- - **State Observer**: Real-time view of environment state and action history
28
- - **Live Updates**: WebSocket-based real-time updates
29
-
30
- Access the web interface at: `/web`
31
-
32
- ## API Documentation
33
-
34
- Visit `/docs` for interactive API documentation.
35
-
36
- ## Health Check
37
-
38
- The environment provides a health check endpoint at `/health`.
39
-
40
-
41
  # Echo Environment
42
 
43
  A simple test environment that echoes back messages. Perfect for testing the env APIs as well as demonstrating environment usage patterns.
 
1
  ---
2
+ title: Echo Environment Server
3
  emoji: πŸ”Š
4
  colorFrom: blue
5
+ colorTo: yellow
6
  sdk: docker
7
  pinned: false
8
  app_port: 8000
 
11
  - openenv
12
  ---
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  # Echo Environment
15
 
16
  A simple test environment that echoes back messages. Perfect for testing the env APIs as well as demonstrating environment usage patterns.
src/envs/echo_env/README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: Echo Environment Server
3
  emoji: πŸ”Š
4
- colorFrom: '#00C9FF'
5
- colorTo: '#1B2845'
6
  sdk: docker
7
  pinned: false
8
  app_port: 8000
 
1
  ---
2
  title: Echo Environment Server
3
  emoji: πŸ”Š
4
+ colorFrom: blue
5
+ colorTo: yellow
6
  sdk: docker
7
  pinned: false
8
  app_port: 8000