Skip to main content

Partially Observable Grid Environment for Multi-Agent RL

Project description

Pogema environment

Installation

Just install from PyPI:

pip install pogema

Using Example

import gym
from pogema.grid_config import GridConfig

env = gym.make('Pogema-v0', config=GridConfig(num_agents=2, size=8))
obs = env.reset()

done = [False, ...]
while not all(done):
    obs, reward, done, info = env.step([env.action_space.sample() for _ in range(env.config.num_agents)])
    env.render()
env.reset()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pogema-0.544.tar.gz (11.6 kB view details)

Uploaded Source

Built Distribution

pogema-0.544-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file pogema-0.544.tar.gz.

File metadata

  • Download URL: pogema-0.544.tar.gz
  • Upload date:
  • Size: 11.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.9

File hashes

Hashes for pogema-0.544.tar.gz
Algorithm Hash digest
SHA256 5e4c9f81b33555510e9f6906b662e0bf5142cc05b69cf87bb463954c3d589314
MD5 a9d361d4cfd0112bcec4b4a49355161c
BLAKE2b-256 278b03f12c96250c0d14ccc009721ee99ff31595255d1ef9e327e55431ebe5c8

See more details on using hashes here.

Provenance

File details

Details for the file pogema-0.544-py3-none-any.whl.

File metadata

  • Download URL: pogema-0.544-py3-none-any.whl
  • Upload date:
  • Size: 14.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.6.9

File hashes

Hashes for pogema-0.544-py3-none-any.whl
Algorithm Hash digest
SHA256 c48aba3e3d5ad1aff7c5d4a24654c453e68defde578fe3add6f98059b771355f
MD5 619a80f23bf3bafdac3b338b8c8f8505
BLAKE2b-256 0e1e513f84a5f5b04a3a43ab9bc5da53b24bb312afba7b75d6dc1163172ae7c3

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page