Skip to content

Commit

Permalink
Fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed Mar 1, 2024
1 parent 6b2ae9c commit 9a8e96e
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 129 deletions.
128 changes: 0 additions & 128 deletions docs/02_notebooks/01_library_example.ipynb

This file was deleted.

19 changes: 18 additions & 1 deletion docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,21 @@ pydocstyle
submodules
subpackages
utils
webpage
webpage
util
bbox
pos
img
yx
hw
param
urandom
envs
labelmap
labelmaps
generalised
unnormalizes
unnormalize
unnormalized
args
dev
1 change: 1 addition & 0 deletions src/armscan_env/envs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ def reset(self, **kwargs: Any) -> tuple[TObs, dict[str, Any]]:
return self.cur_observation, self.get_info_dict()

def step(self, action: TAction) -> tuple[TObs, float, bool, bool, dict[str, Any]]:
"""Step through the environment to navigate to the next state."""
self._go_to_next_state(action)
self._cur_episode_len += 1
assert self.cur_observation is not None
Expand Down
Empty file.

0 comments on commit 9a8e96e

Please sign in to comment.