This repository has been archived by the owner on Sep 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_env.xml
52 lines (45 loc) · 1.87 KB
/
test_env.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
<?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>Training Environment</Summary>
</About>
<ServerSection>
<ServerInitialConditions>
<Time>
<StartTime>12000</StartTime>
<AllowPassageOfTime>false</AllowPassageOfTime>
</Time>
<Weather>clear</Weather>
</ServerInitialConditions>
<ServerHandlers>
<FlatWorldGenerator generatorString="3;1*1:1;5;biome_1"/>
<DrawingDecorator>
<!--> Empty space for the environment (to remove persistent element) <!-->
<DrawCuboid x1="0" y1="1" z1="0" x2="14" y2="3" z2="10" type="air"/>
<!--> Rooms' floors <!-->
<DrawCuboid x1="0" y1="0" z1="0" x2="7" y2="0" z2="10" type="planks"/>
<DrawCuboid x1="8" y1="0" z1="0" x2="14" y2="0" z2="10" type="quartz_block"/>
<!--> Long walls <!-->
<DrawCuboid x1="0" y1="1" z1="0" x2="14" y2="3" z2="0" type="brick_block"/>
<DrawCuboid x1="0" y1="1" z1="10" x2="14" y2="3" z2="10" type="brick_block"/>
<!--> Short walls <!-->
<DrawCuboid x1="0" y1="1" z1="0" x2="0" y2="3" z2="10" type="brick_block"/>
<DrawCuboid x1="14" y1="1" z1="0" x2="14" y2="3" z2="10" type="brick_block"/>
<!--> The delimeter wall <!-->
<DrawCuboid x1="0" y1="1" z1="5" x2="14" y2="3" z2="5" type="brick_block"/>
</DrawingDecorator>
<ServerQuitFromTimeUp timeLimitMs="30000"/>
<ServerQuitWhenAnyAgentFinishes/>
</ServerHandlers>
</ServerSection>
<AgentSection mode="Survival">
<Name>Irene</Name>
<AgentStart>
<Placement x="1.5" y="1" z="9.5" yaw="180"/>
</AgentStart>
<AgentHandlers>
<ObservationFromFullStats/>
<DiscreteMovementCommands/>
</AgentHandlers>
</AgentSection>
</Mission>