Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxRobinsonTheGreat authored Oct 5, 2018
1 parent 8254626 commit 7fd0649
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,22 @@ Parameters:
* MainAgent
* ToFollow
* OnlyWithinSight

The proximity task gives a positive reward as the main agent approaches the given ToFollow actor. This can be a basic UE4 actor
(such as a cube or wall) or a Holodeck agent. If the OnlyWithinSight parameter is set to true, then the reward will only be given when
the ToFollow actor is visible from the main agent.

### Distance Task
Parameters:
* MainAgent

The distance task gives a positive reward as the agent moves farther away from its starting position.

### Maze Task
Parameters:
* MainAgent
* Target

The maze task gives a positive reward as the agent approaches the Target actor.

A task's parameters are not currently controllable from the python bindings, but the details of each task in the DefaultWorlds package
Expand Down

0 comments on commit 7fd0649

Please sign in to comment.