Skip to content

Commit

Permalink
update current vmas tasks
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Bettini <[email protected]>
  • Loading branch information
matteobettini committed Oct 5, 2023
1 parent 3419ba2 commit a4a76ca
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion benchmarl/conf/task/vmas/balance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ defaults:


max_steps: 100
n_agents: 3
n_agents: 4
random_package_pos_on_line: True
package_mass: 5
3 changes: 3 additions & 0 deletions benchmarl/conf/task/vmas/navigation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ max_steps: 100
n_agents: 3
collisions: True
agents_with_same_goal: 1
split_goals: False
observe_all_goals: False
shared_rew: False
lidar_range: 0.35
agent_radius: 0.1
1 change: 1 addition & 0 deletions benchmarl/conf/task/vmas/sampling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ max_steps: 100
n_agents: 3
shared_rew: False
n_gaussians: 3
lidar_range: 0.2
2 changes: 2 additions & 0 deletions benchmarl/environments/vmas/balance.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
class TaskConfig:
max_steps: int = MISSING
n_agents: int = MISSING
random_package_pos_on_line: bool = MISSING
package_mass: float = MISSING
3 changes: 3 additions & 0 deletions benchmarl/environments/vmas/navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ class TaskConfig:
agents_with_same_goal: int = MISSING
observe_all_goals: bool = MISSING
shared_rew: bool = MISSING
split_goals: bool = MISSING
lidar_range: float = MISSING
agent_radius: float = MISSING
1 change: 1 addition & 0 deletions benchmarl/environments/vmas/sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ class TaskConfig:
n_agents: int = MISSING
shared_rew: bool = MISSING
n_gaussians: int = MISSING
lidar_range: float = MISSING

0 comments on commit a4a76ca

Please sign in to comment.