Skip to content

Commit 22a7d64

Browse files
committed
fixed a small error which lead to incorrectly printing the config for MemoryAgent instead of that for BatchAgent
1 parent 21323bf commit 22a7d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/agents_models.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The `Model` class is the base class for reinforcement learning models.
5454

5555

5656
```eval_rst
57-
.. autoclass:: tensorforce.agents.MemoryAgent
57+
.. autoclass:: tensorforce.agents.BatchAgent
5858
:show-inheritance:
5959
:members:
6060
```

0 commit comments

Comments
 (0)