-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobal.json
79 lines (79 loc) · 2.07 KB
/
global.json
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
76
77
78
79
{
"container_image": "echen9898/curiosity_baselines:0.1.3_gpu",
"container_workdir": "/curiosity_baselines",
"container_resultsdir": "/curiosity_baselines/results",
"aws_resultsdir": "~/curiosity_baselines/results",
"labmachine_resultsdir": "./results",
"supercloud_resultsdir": "./results",
"local_workdir": ".",
"container_resultsdir": "/curiosity_baselines/results",
"local_resultsdir": "./results",
"pull_resultsdir": "/Volumes/backup/results",
"tb_port": "12345",
"tb_port_local": "4000",
"envs": {
"atari_envs": [
"adventure",
"air_raid",
"alien",
"amidar",
"assault",
"asterix",
"asteroids",
"bank_heist",
"battle_zone",
"beam_rider",
"berzerk",
"bowling",
"boxing",
"breakout",
"carnival",
"centipede",
"chopper_command",
"crazy_climber",
"demon_attack",
"double_dunk",
"elevator_action",
"enduro",
"fishing_derby",
"freeway",
"frostbite",
"gopher",
"gravitar",
"hero",
"ice_hockey",
"jamesbond",
"journey_escape",
"kaboom",
"kangaroo",
"krull",
"kung_fu_master",
"montezuma_revenge",
"ms_pacman",
"name_this_game",
"phoenix",
"pitfall",
"pong",
"pooyan",
"private_eye",
"qbert",
"riverraid",
"road_runner",
"robotank",
"seaquest",
"skiing",
"solaris",
"space_invaders",
"star_gunner",
"tennis",
"time_pilot",
"tutankham",
"up_n_down",
"venture",
"video_pinball",
"wizard_of_wor",
"yars_revenge",
"zaxxon"
]
}
}