Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 609 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 609 Bytes

stochastic-minigrid

Stochastic environments in the MiniGrid domain.

The below example shows the Teleporter5by5 environment, in which the teleporter takes the agent to two possible destinations, each with a 50% likelihood:

Run the example.py script to open an interactive environment with a player-controlled agent.

Requirements

  • Python $\geq$ 3.7
  • minigrid package.

Acknowledgements

This builds heavily on the MiniGrid task suite by the Farama Foundation (see here).