Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinzakka committed Apr 6, 2023
1 parent f11044b commit 6bdddca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion robopianist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from pathlib import Path

__version__ = "1.0.7"
__version__ = "1.0.8"

# Path to the root of the project.
_PROJECT_ROOT = Path(__file__).parent.parent
Expand Down
4 changes: 2 additions & 2 deletions tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@
" trim_silence=True,\n",
" control_timestep=0.05,\n",
" gravity_compensation=True,\n",
" primitive_fingertip_collisions=True,\n",
" reduced_action_space=True,\n",
" primitive_fingertip_collisions=False,\n",
" reduced_action_space=False,\n",
" n_steps_lookahead=10,\n",
" disable_fingering_reward=False,\n",
" disable_forearm_reward=False,\n",
Expand Down

0 comments on commit 6bdddca

Please sign in to comment.