concepts.benchmark.gridworld.crafting_world.crafting_world_env.CraftingWorldRenderer#
- class CraftingWorldRenderer[source]#
Bases:
object
Methods
render
(simulator)Render the current state of the simulator.
- __new__(**kwargs)#
- render(simulator)[source]#
Render the current state of the simulator.
- Parameters:
simulator (CraftingWorldSimulator) – the simulator. The function will read out the current state of the simulator.
- Returns:
the rendered image.
- Return type: