We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25c566 commit 355a5a1Copy full SHA for 355a5a1
py/hako_env.py
@@ -10,7 +10,7 @@
10
11
class HakoEnv:
12
def __init__(self, model_name, robo_type):
13
- offset_path = '/usr/local/lib/hakoniwa/binary/offset'
+ offset_path = '/usr/local/lib/hakoniwa/py/binary/offset'
14
self.hako = hako.Hako(offset_path, robo_type)
15
self.hako.register("ai_" + model_name)
16
0 commit comments