Skip to content
Snippets Groups Projects
Commit af32b4c6 authored by Ricardo Cuenca's avatar Ricardo Cuenca Committed by Oleksandr
Browse files

Fix docs typo: step() -> act() (#128)

Fix docs typo: step() -> act()
parent b68d38c8
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# This source code is licensed under the MIT license found in the # This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree. # LICENSE file in the root directory of this source tree.
r"""Base implementation of agent inside habitat. To build agents inside habitat r"""Base implementation of agent inside habitat. To build agents inside habitat
the user should subclass ``habitat.Agent`` and implement the ``step()`` the user should subclass ``habitat.Agent`` and implement the ``act()``
and ``reset()`` methods. and ``reset()`` methods.
""" """
......
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