Skip to content

Commit

Permalink
Making cliff_walking_1.xml use discrete actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhutton committed Jul 28, 2016
1 parent 665a64a commit 579c96d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample_missions/cliff_walking_1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
<Width>640</Width>
<Height>480</Height>
</VideoProducer>
<ContinuousMovementCommands turnSpeedDegs="240">
<DiscreteMovementCommands>
<ModifierList type="deny-list">
<command>attack</command>
</ModifierList>
</ContinuousMovementCommands>
</DiscreteMovementCommands>
<RewardForTouchingBlockType>
<Block reward="-100.0" type="lava" behaviour="onceOnly"/>
<Block reward="100.0" type="lapis_block" behaviour="onceOnly"/>
Expand Down

0 comments on commit 579c96d

Please sign in to comment.