Skip to content

Commit

Permalink
attributes and parameters that have the same name have the same descr…
Browse files Browse the repository at this point in the history
…iption in AgentWithSimplePolicy

Fixes #188
  • Loading branch information
KohlerHECTOR committed Jul 24, 2023
1 parent a68ce4b commit 4596df8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rlberry/agents/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class Agent(ABC):
Parameters
----------
env : gym.Env or tuple (constructor, kwargs)
Environment used to fit the agent.
eval_env : gym.Env or tuple (constructor, kwargs)
env : :class:`gym.Env` or tuple (constructor, kwargs)
Environment on which to train the agent.
eval_env : :class:`gym.Env` or tuple (constructor, kwargs)
Environment on which to evaluate the agent. If None, copied from env.
copy_env : bool
If true, makes a deep copy of the environment.
Expand Down

0 comments on commit 4596df8

Please sign in to comment.