Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.35 KB

todo.md

File metadata and controls

54 lines (33 loc) · 1.35 KB

To Do

Short Term

  • Gymnasium compatibility.

  • Reduce windy forest fire to three cells

  • Fix the seed method, WORK IN PROGRESS

    • seed tested on GridSpace
    • seed tested on operators
    • seed tested on CAEnv
    • seed tested at registration
    • Test operator deterministic attribute
  • Release on PyPI

  • Release on conda-forge

  • Eliminate gymnasium warnings

  • Refactor Envs globals

  • Remove YAML

  • Add pretty gifs to home page

  • Polishing

Long Term

  • Game of Life CAEnv

    • Implementation via scripting Golly
  • Check this library cellpylib

  • 🥽 Any wild idea!

Secondary

  • Add common utility for training agents

    • One hot code encoding of the grid
  • Profiling and optimization

    • C code and/or numba
  • Support for Python >=3.7 NOT DOING

    • Pinpoint dependencies versions, e.g. not working for matplotlib 3.2.2