File size: 172 Bytes
363abf3 | 1 2 3 4 5 6 | """Wildfire Containment Simulator Agents."""
from .heuristic_agent import HeuristicAgent
from .random_agent import RandomAgent
__all__ = ["HeuristicAgent", "RandomAgent"]
|
363abf3 | 1 2 3 4 5 6 | """Wildfire Containment Simulator Agents."""
from .heuristic_agent import HeuristicAgent
from .random_agent import RandomAgent
__all__ = ["HeuristicAgent", "RandomAgent"]
|