ewanlee commited on
Commit
864bcb8
·
1 Parent(s): 2c21913

update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Bench LLM Deciders with gym translators
2
  This project provides a set of translators to convert OpenAI Gym environments into text-based environments. It is designed to investigate the capabilities of large language models in decision-making tasks within these text-based environments.
3
 
 
1
+ ---
2
+ title: Text-Gym-Agents
3
+ emoji: 🦾
4
+ colorFrom: pink
5
+ colorTo: indigo
6
+ sdk: gradio
7
+ # python_version: 3.8.16
8
+ # sdk_version: 4.13.0
9
+ app_file: app.py
10
+ pinned: false
11
+ license: apache-2.0
12
+ ---
13
+
14
  # Bench LLM Deciders with gym translators
15
  This project provides a set of translators to convert OpenAI Gym environments into text-based environments. It is designed to investigate the capabilities of large language models in decision-making tasks within these text-based environments.
16