public interface Environment
| Modifier and Type | Method and Description |
|---|---|
Set<Perceivable> |
execute(Collection<? extends Executable> actions)
Executes the given actions simultaneously and returns
the resulting percepts.
|
Set<Perceivable> |
execute(Executable action)
Executes the given action and returns the
resulting percepts.
|
Set<Perceivable> |
getPercepts(Agent agent)
Retrieves the current percepts for the given agent.
|
boolean |
reset()
Resets the environment, i.e.
|
Set<Perceivable> execute(Executable action)
action - an executableSet<Perceivable> execute(Collection<? extends Executable> actions)
actions - a collection of executables.Set<Perceivable> getPercepts(Agent agent)
agent - an agent.boolean reset()
Copyright © 2018. All rights reserved.