Simulate documentation

Intermediate examples in Simulate

You are viewing v0.0.1 version. A newer version v0.1.2 is available.
Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Intermediate examples in Simulate

These examples are intended to showcase advanced individual features, building visually appealing scenes, and some interactive elements (like rewards and actuators).

  • playground.py: showcases how to build a small world, add objects, and add actors to interact with the world. The actor must find a randomly colored box labelled target.
  • procgren_grid.py (coming soon): shows how we can create procgen grids from numpy arrays.
  • reward_example: showcases different varieties of reward functions that can be added to one scene.
  • tmaze.py: showcases building a small detailed maze for an agent to explore.