Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap to v1.0 #1

Open
16 of 32 tasks
Howuhh opened this issue Dec 1, 2023 · 0 comments
Open
16 of 32 tasks

Roadmap to v1.0 #1

Howuhh opened this issue Dec 1, 2023 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@Howuhh
Copy link
Collaborator

Howuhh commented Dec 1, 2023

Roadmap

Approx v1.0 release: February 2024

General

  • type hints
  • tests
  • documentation and examples
  • environment registration
  • colab notebooks with examples

Baselines

  • PPO+RNN baselines (single task, meta-rl)
  • open wandb reports + configs to reproduce paper figures
  • multi-gpu training

Tiles

  • Key (like in Minigrid)
  • Door (like in Minigrid)
  • Box (like in Minigrid) (may reduce FPS!!!)

Actions

  • stochasticity (could be done with a wrapper)

Rules & Goals

  • procedural generator (like in xland v2)
  • pre-sampled benchmarks, 1M+ tasks

Map

  • different grid layouts (mazes, rooms, objects)

Envs

  • porting majority of minigrid envs
  • full xland procedural meta-env
  • observation/action spaces
  • calibrate max_steps with available benchmarks and baselines
  • provide rgb image observations

Beyond v1.0 directions

  • stable env API (from gymnasium function_env ?)
  • gymnasium adapters & wrappers
  • multi-agent version (highly unlikely)
  • MAML baselines, Mamba instead of GRU?
  • Dataset + offline baselines (AD, DPT)
  • procedural maze generation compatible with jit
  • new INTERESTING rules and goals
  • fast FOV algorithm for see_through_walls=False
  • goals composition (OR, AND, NOT)
  • masked rules as a part of the observation (could be done with a wrapper)
  • rules descriptions with language
  • porting multiroom, moving obstacles, safety envs from minigrid
@Howuhh Howuhh self-assigned this Dec 1, 2023
@Howuhh Howuhh pinned this issue Dec 1, 2023
@Howuhh Howuhh added documentation Improvements or additions to documentation help wanted Extra attention is needed labels Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant