Advertisement
BloodknightStudios

Untitled

Sep 10th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. missionXML='''<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
  2. <Mission xmlns="http://ProjectMalmo.microsoft.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <About>
  4. <Summary>Hello world!</Summary>
  5. </About>
  6.  
  7. <ServerInitialConditions>
  8. <Time>
  9. <StartTime>12000</StartTime>
  10. <AllowPassageOfTime>false</AllowPassageOfTime>
  11. </Time>
  12. </ServerInitialConditions>
  13.  
  14. <ServerSection>
  15. <ServerHandlers>
  16. <FlatWorldGenerator generatorString="3;7,220*1,5*3,2;3;,biome_1"/>
  17. <ServerQuitFromTimeUp timeLimitMs="30000"/>
  18. <ServerQuitWhenAnyAgentFinishes/>
  19. </ServerHandlers>
  20. </ServerSection>
  21.  
  22. <AgentSection mode="Survival">
  23. <Name>MalmoTutorialBot</Name>
  24. <AgentStart>
  25. <Placement x="0" y="56" z="0" yaw="90"/>
  26. </AgentStart>
  27. <AgentHandlers>
  28. <ObservationFromFullStats/>
  29. <ContinuousMovementCommands turnSpeedDegs="180"/>
  30. </AgentHandlers>
  31. </AgentSection>
  32. </Mission>'''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement