Skip to content
Snippets Groups Projects
Commit 8a57dce2 authored by Erik Nygren's avatar Erik Nygren
Browse files

Removed predict() from env.py

parent 6af2e060
No related branches found
No related tags found
No related merge requests found
...@@ -84,20 +84,6 @@ class Environment: ...@@ -84,20 +84,6 @@ class Environment:
""" """
raise NotImplementedError() raise NotImplementedError()
def predict(self):
"""
Predictions step.
Returns predictions for the agents.
The returns are dicts mapping from agent_id strings to values.
Returns
-------
predictions : dict
New predictions for each ready agent.
"""
raise NotImplementedError()
def get_agent_handles(self): def get_agent_handles(self):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment