Light Logo Dark Logo Gymnasium Documentation
Farama Foundation logo Farama Foundation
Contents Menu Expand Light mode Dark mode Auto light/dark mode
Light Logo Dark Logo Gymnasium Documentation

소개

  • 기본 사용법
  • 에이전트 훈련시키기
  • 사용자 지정 환경 생성
  • 에이전트 기록하기
  • 학습 속도 향상
  • Gym과의 호환성
  • 마이그레이션 가이드 - v0.21에서 v1.0.0으로

API

  • Env
  • 생성 및 등록
  • 스페이스
    • 기본 공간
    • 복합 공간
    • 공간 유틸
  • 래퍼
    • 래퍼 목록
    • 기타 래퍼
    • 액션 래퍼
    • 관찰 래퍼
    • 보상 래퍼
  • 벡터화
    • 래퍼
    • AsyncVectorEnv
    • SyncVectorEnv
    • 유틸리티 함수
  • 유틸리티 함수
  • 함수형 Env

환경

  • 고전 제어
    • Acrobot
    • Cart Pole
    • Mountain Car
    • Pendulum
  • Box2D
    • Bipedal Walker
    • Car Racing
    • Lunar Lander
  • 토이 텍스트
    • Blackjack
    • Taxi
    • Cliff Walking
    • Frozen Lake
  • MuJoCo
    • Ant
    • Half Cheetah
    • Hopper
    • Humanoid
    • Humanoid Standup
    • Inverted Double Pendulum
    • Inverted Pendulum
    • Pusher
    • Reacher
    • Swimmer
    • Walker2D
  • 아타리
  • 외부 환경

튜토리얼

  • Gymnasium Basics
    • Make your own custom environment
    • Handling Time Limits
    • Implementing Custom Wrappers
    • Load custom quadruped robot environments
  • Training Agents
    • Solving Blackjack with Tabular Q-Learning
    • Solving Frozenlake with Tabular Q-Learning
    • Training using REINFORCE for Mujoco
    • Speeding up A2C Training with Vector Envs
  • 서드파티 튜토리얼

개발

  • Github
  • Paper
  • Gymnasium 릴리스 노트
  • Gym 릴리스 노트
  • 문서 기여하기
Back to top
Edit this page

Gymnasium Basics¶

The aim of these tutorials is to showcase the fundamental API of Gymnasium to help users implement it

Make your own custom environment

Make your own custom environment

Handling Time Limits

Handling Time Limits

Implementing Custom Wrappers

Implementing Custom Wrappers

Load custom quadruped robot environments

Load custom quadruped robot environments
Next
Make your own custom environment
Previous
외부 환경
Copyright © 2025 Farama Foundation