Texonom
Texonom
/
Engineering
Engineering
/Data Engineering/Artificial Intelligence/Machine Learning/Reinforcement Learning/RL tool/Gym RL/Gym RL Env/
gym.make
Search

gym.make

Creator
Creator
Seonglae Cho
Created
Created
2024 Mar 20 1:33
Editor
Editor
Seonglae Cho
Edited
Edited
2024 Apr 30 3:29
Refs
Refs

make environment

  • Ant-V4
    • 8 action space
  • CartPole-v1
  • HalfCheetah-v4
    • can have negative reward
  • Reacher-v4
 
 
 
 

Mujoco
envs

Gymnasium Documentation
A standard API for reinforcement learning and a diverse set of reference environments (formerly Gym)
Gymnasium Documentation
https://gymnasium.farama.org/environments/mujoco/ant/#ant
Gymnasium Documentation

Classic envs

  • CartPole-v1
  • CartPole-v0
the agent can choose to push the cart to the left or to the right. The goal of the agent is to keep the pole balanced on the cart for as long as possible
Gymnasium Documentation
A standard API for reinforcement learning and a diverse set of reference environments (formerly Gym)
Gymnasium Documentation
https://gymnasium.farama.org/environments/classic_control/
Gymnasium Documentation

Toy Text

  • FrozenLake-v1
Gymnasium Documentation
A standard API for reinforcement learning and a diverse set of reference environments (formerly Gym)
Gymnasium Documentation
https://gymnasium.farama.org/environments/toy_text/
Gymnasium Documentation
 
 
 

Table of Contents
make environment envsClassic envsToy Text

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Data Engineering/Artificial Intelligence/Machine Learning/Reinforcement Learning/RL tool/Gym RL/Gym RL Env/
gym.make
Copyright Seonglae Cho