Module moog_demos.example_configs.bounce_box_contact_prediction
Contact prediction task.
In this task two red balls fall into a box. They bounce elastically off the walls of the box, ultimately disappearing off the top of the screen because there is no gravity. The subject's goal is to predict whether they will contact each other. There is an occluder covering the bottom portion of the box. The occluder may be translucent, depending on the argument to get_config(_).
The main entry point is the get_config() function at the bottom of this file.
Functions
def get_config(translucent_occluder)
-
Expand source code
def get_config(translucent_occluder): return _get_config(translucent_occluder)