Predator Prey Continuous
These policies are for the Predator Prey Continuous environment. Read environment page for detailed information about the environment.
Generic
These policies can be used for any version of this environment.
env = posggym.make("PredatorPreyContinuous-v0")
Policy |
ID |
Valid Agent IDs |
Description |
|---|---|---|---|
|
|
All |
None |
|
|
All |
None |
|
|
All |
None |
|
|
All |
None |
world=10x10-num_predators=2-num_prey=3-prey_strength=2-cooperative=True-obs_dist=4.0-n_sensors=16
env = posggym.make(
"PredatorPreyContinuous-v0",
world="10x10",
num_predators=2,
num_prey=3,
prey_strength=2,
cooperative=True,
obs_dist=4.0,
n_sensors=16
)
Policy |
ID |
Valid Agent IDs |
Description |
|---|---|---|---|
|
|
All |
None |
|
|
All |
None |
|
|
All |
None |
|
|
All |
None |
|
|
All |
None |
world=10x10-num_predators=4-num_prey=3-prey_strength=3-cooperative=True-obs_dist=4.0-n_sensors=16
env = posggym.make(
"PredatorPreyContinuous-v0",
world="10x10",
num_predators=4,
num_prey=3,
prey_strength=3,
cooperative=True,
obs_dist=4.0,
n_sensors=16
)
Policy |
ID |
Valid Agent IDs |
Description |
|---|---|---|---|
|
|
All |
None |
|
|
All |
None |
|
|
All |
None |
|
|
All |
None |
|
|
All |
None |