mail-ecnu / Text-Gym-Agents

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.
https://huggingface.co/spaces/MAIL-CS-ECNU/Text-Gym-Agents
Apache License 2.0
14 stars 0 forks source link

Support Mujoco env #19

Closed CeyaoZhang closed 8 months ago

CeyaoZhang commented 8 months ago

We now support nine Mujoco Envs: Inverted Pendulum, Inverted Double Pendulum, Swimmer, Reacher, Hopper, Walker2D, Half Cheetah, Pusher, Ant. We do not translator Humanoid and Humanoid Standup due to their observation dimension are 376, which is too large for GPT to abstract useful information.