Skip to content

Commit 9bc3969

Browse files
committed
adapted encoder naming and fixed namespace for parameters
1 parent 7669886 commit 9bc3969

File tree

18 files changed

+238
-178
lines changed

18 files changed

+238
-178
lines changed

agents/burger/hyperparameters.json

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
{
2-
"agent_name": "AGENT_24_2022_01_27__20_31",
3-
"robot": "burger",
4-
"actions_in_observationspace": true,
5-
"batch_size": 19200,
6-
"gamma": 0.99,
7-
"n_steps": 1200,
8-
"ent_coef": 0.005,
9-
"learning_rate": 0.0003,
10-
"vf_coef": 0.22,
11-
"max_grad_norm": 0.5,
12-
"gae_lambda": 0.95,
13-
"m_batch_size": 15,
14-
"n_epochs": 3,
15-
"clip_range": 0.22,
16-
"train_max_steps_per_episode": 250,
17-
"eval_max_steps_per_episode": 400,
18-
"goal_radius": 0.25,
19-
"reward_fnc": "rule_05",
20-
"discrete_action_space": false,
21-
"normalize": false,
22-
"task_mode": "staged",
23-
"curr_stage": 6
2+
"agent_name": "AGENT_24_2022_01_27__20_31",
3+
"robot": "burger",
4+
"actions_in_observationspace": true,
5+
"batch_size": 19200,
6+
"gamma": 0.99,
7+
"n_steps": 1200,
8+
"ent_coef": 0.005,
9+
"learning_rate": 0.0003,
10+
"vf_coef": 0.22,
11+
"max_grad_norm": 0.5,
12+
"gae_lambda": 0.95,
13+
"m_batch_size": 15,
14+
"n_epochs": 3,
15+
"clip_range": 0.22,
16+
"train_max_steps_per_episode": 250,
17+
"eval_max_steps_per_episode": 400,
18+
"goal_radius": 0.25,
19+
"reward_fnc": "rule_05",
20+
"discrete_action_space": false,
21+
"normalize": false,
22+
"task_mode": "staged",
23+
"curr_stage": 6,
24+
"observation_space": ["laser_scan", "goal_in_robot_frame", "last_action"]
2425
}

agents/jackal/hyperparameters.json

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
{
2-
"agent_name": "AGENT_24_2022_02_04__11_28",
3-
"robot": "jackal",
4-
"actions_in_observationspace": true,
5-
"reward_fnc": "rule_05",
6-
"discrete_action_space": false,
7-
"normalize": false,
8-
"task_mode": "staged",
9-
"train_max_steps_per_episode": 150,
10-
"eval_max_steps_per_episode": 200,
11-
"goal_radius": 0.7,
12-
"curr_stage": 11,
13-
"batch_size": 19200,
14-
"gamma": 0.99,
15-
"n_steps": 1600,
16-
"ent_coef": 0.005,
17-
"learning_rate": 0.0003,
18-
"vf_coef": 0.22,
19-
"max_grad_norm": 0.5,
20-
"gae_lambda": 0.95,
21-
"m_batch_size": 15,
22-
"n_epochs": 3,
23-
"clip_range": 0.22
24-
}
2+
"agent_name": "AGENT_24_2022_02_04__11_28",
3+
"robot": "jackal",
4+
"actions_in_observationspace": true,
5+
"reward_fnc": "rule_05",
6+
"discrete_action_space": false,
7+
"normalize": false,
8+
"task_mode": "staged",
9+
"train_max_steps_per_episode": 150,
10+
"eval_max_steps_per_episode": 200,
11+
"goal_radius": 0.7,
12+
"curr_stage": 11,
13+
"batch_size": 19200,
14+
"gamma": 0.99,
15+
"n_steps": 1600,
16+
"ent_coef": 0.005,
17+
"learning_rate": 0.0003,
18+
"vf_coef": 0.22,
19+
"max_grad_norm": 0.5,
20+
"gae_lambda": 0.95,
21+
"m_batch_size": 15,
22+
"n_epochs": 3,
23+
"clip_range": 0.22,
24+
"observation_space": ["laser_scan", "goal_in_robot_frame", "last_action"]
25+
}

agents/jackal_barn/best_model.zip

-17.6 MB
Binary file not shown.

agents/jackal_barn/hyperparameters.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

agents/jackal_barn/hyperparameters.json.lock

Whitespace-only changes.

agents/jackal_marl/best_model.zip

-18 MB
Binary file not shown.

agents/jackal_marl/hyperparameters.json

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
{
2-
"agent_name": "AGENT_21_2021_12_27__00_06",
3-
"robot": "ridgeback",
4-
"batch_size": 19200,
5-
"gamma": 0.99,
6-
"n_steps": 19200,
7-
"ent_coef": 0.005,
8-
"learning_rate": 0.0003,
9-
"vf_coef": 0.22,
10-
"max_grad_norm": 0.5,
11-
"gae_lambda": 0.95,
12-
"m_batch_size": 15,
13-
"n_epochs": 3,
14-
"clip_range": 0.22,
15-
"train_max_steps_per_episode": 150,
16-
"eval_max_steps_per_episode": 250,
17-
"goal_radius": 0.25,
18-
"reward_fnc": "rule_03",
19-
"discrete_action_space": false,
20-
"normalize": false,
21-
"task_mode": "staged",
22-
"curr_stage": 9
23-
}
2+
"agent_name": "AGENT_21_2021_12_27__00_06",
3+
"robot": "ridgeback",
4+
"batch_size": 19200,
5+
"gamma": 0.99,
6+
"n_steps": 19200,
7+
"ent_coef": 0.005,
8+
"learning_rate": 0.0003,
9+
"vf_coef": 0.22,
10+
"max_grad_norm": 0.5,
11+
"gae_lambda": 0.95,
12+
"m_batch_size": 15,
13+
"n_epochs": 3,
14+
"clip_range": 0.22,
15+
"train_max_steps_per_episode": 150,
16+
"eval_max_steps_per_episode": 250,
17+
"goal_radius": 0.25,
18+
"reward_fnc": "rule_03",
19+
"discrete_action_space": false,
20+
"normalize": false,
21+
"task_mode": "staged",
22+
"curr_stage": 9,
23+
"observation_space": ["laser_scan", "goal_in_robot_frame", "last_action"]
24+
}
-17.7 MB
Binary file not shown.

agents/ridgeback_marl/hyperparameters.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)