Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 326 Bytes

random_agent.md

File metadata and controls

5 lines (4 loc) · 326 Bytes

Random agent

  • An agent randomly selects low-level actions to execute. To emphasize the hardness of our challenge, we provide more informative actions including walking to the nearest target object (container), picking up (dropping) the nearest object and exploring.
  • Code policy/random.py
  • Usage --agent_name random