POSGGym
latest

Introduction

  • Getting Started
  • Installation

Environments

  • Classic
  • Continuous
  • Grid-World

Agents

  • Getting Started
  • Continuous
  • Generic
  • Grid-World

API

  • Env
  • Model
  • Agents
  • Wrappers

Tutorials

  • Creating Custom Environments
  • Creating Custom Agents
  • API Comparison

Examples

  • POSGGym Examples
    • Running an Environment and Agents

Statistics

  • Environment Speed

Development

  • Github
  • Release Notes
  • Contribute to the Docs
POSGGym
  • POSGGym Examples
  • Edit on GitHub

POSGGym Examples

Below are a number of examples of how to using POSGGym. The code for these examples can be found in the examples directory of the repository.

Running an Environment and Agents

  • Run an environment with random agent (run_random_agents.py)

  • Run an environment with specific agents (run_agents.py)

  • Run all agents for all or specific environments (run_all_agents.py)

  • Record Video of environment (record_video.py)

  • Manually control an agent with your keyboard in a chosen environment (run_keyboard_agent.py)

  • Print IDs of available agents of posggym.agents (print_available_agents.py)

Previous Next

© Copyright 2023, Jonathon Schwartz. Revision 1d199962.

Built with Sphinx using a theme provided by Read the Docs.