forked from microsoft/malmo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault_flat_1.xml
75 lines (68 loc) · 3.04 KB
/
default_flat_1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Mission xmlns="http://ProjectMalmo.microsoft.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<About>
<Summary>A simple 10 second mission with a reward for reaching a location.</Summary>
</About>
<ServerSection>
<ServerInitialConditions>
<Time>
<StartTime>6000</StartTime>
<AllowPassageOfTime>true</AllowPassageOfTime>
</Time>
<Weather>rain</Weather>
<AllowSpawning>true</AllowSpawning>
</ServerInitialConditions>
<ServerHandlers>
<FlatWorldGenerator generatorString="3;7,220*1,5*3,2;3;,biome_1"/>
<DrawingDecorator>
<DrawBlock type="planks" x="19" y="227" z="18"/>
<DrawBlock type="planks" x="19" y="227" z="20"/>
<DrawBlock type="planks" x="18" y="227" z="18"/>
<DrawBlock type="planks" x="18" y="227" z="20"/>
<DrawBlock type="planks" x="20" y="227" z="18"/>
<DrawBlock type="planks" x="20" y="227" z="19"/>
<DrawBlock type="planks" x="20" y="227" z="20"/>
<DrawBlock type="planks" x="19" y="228" z="18"/>
<DrawBlock type="planks" x="19" y="228" z="20"/>
<DrawBlock type="planks" x="18" y="228" z="18"/>
<DrawBlock type="planks" x="18" y="228" z="20"/>
<DrawBlock type="planks" x="20" y="228" z="18"/>
<DrawBlock type="planks" x="20" y="228" z="19"/>
<DrawBlock type="planks" x="20" y="228" z="20"/>
<DrawBlock type="planks" x="19" y="229" z="18"/>
<DrawBlock type="planks" x="19" y="229" z="19"/>
<DrawBlock type="planks" x="19" y="229" z="20"/>
<DrawBlock type="planks" x="18" y="229" z="18"/>
<DrawBlock type="planks" x="18" y="229" z="19"/>
<DrawBlock type="planks" x="18" y="229" z="20"/>
<DrawBlock type="planks" x="20" y="229" z="18"/>
<DrawBlock type="planks" x="20" y="229" z="19"/>
<DrawBlock type="planks" x="20" y="229" z="20"/>
<DrawBlock type="planks" x="19" y="230" z="19"/>
</DrawingDecorator>
<ServerQuitFromTimeUp description="" timeLimitMs="100000"/>
<ServerQuitWhenAnyAgentFinishes/>
</ServerHandlers>
</ServerSection>
<AgentSection mode="Survival">
<Name>Cristina</Name>
<AgentStart>
<Placement pitch="0" x="0.5" y="227.0" yaw="0" z="0.5"/>
</AgentStart>
<AgentHandlers>
<ContinuousMovementCommands turnSpeedDegs="180"/>
<ObservationFromFullStats/>
<VideoProducer want_depth="false">
<Width>320</Width>
<Height>240</Height>
</VideoProducer>
<RewardForReachingPosition>
<Marker oneshot="true" reward="100" tolerance="1.100000023841858" x="19.5" y="227" z="19.5"/>
</RewardForReachingPosition>
<AgentQuitFromReachingPosition>
<Marker tolerance="1.100000023841858" x="19.5" y="227.0" z="19.5"/>
</AgentQuitFromReachingPosition>
</AgentHandlers>
</AgentSection>
</Mission>