Skip to content

Commit 4ef57a5

Browse files
author
wangshulun
committed
fix(pu): fix path
1 parent c5fa0fe commit 4ef57a5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
ray
12
DI-engine>=0.5.3
23
gymnasium[atari]==0.28.0
34
numpy>=1.24.1,<2

zoo/jericho/priorzero/ensure_local_lightzero.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def ensure_local_lightzero():
2525
Also adds the PriorZero directory to sys.path to ensure PriorZero modules
2626
can be imported.
2727
"""
28-
LIGHTZERO_ROOT = Path("/mnt/nfs/zhangjinouwen/puyuan/LightZero").resolve()
28+
LIGHTZERO_ROOT = Path("/mnt/afs/wanzunian/niuyazhe/puyuan/LightZero").resolve()
2929
PRIORZERO_DIR = Path(__file__).parent.resolve()
3030

3131
if not LIGHTZERO_ROOT.exists():

zoo/jericho/priorzero/priorzero_orz_complete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
# Try to import ORZ
6161
ORZ_AVAILABLE = False
62-
ORZ_PATH = Path("/mnt/nfs/zhangjinouwen/puyuan/Open-Reasoner-Zero")
62+
ORZ_PATH = Path("/mnt/afs/wanzunian/niuyazhe/puyuan/Open-Reasoner-Zero")
6363

6464
try:
6565
if ORZ_PATH.exists() and str(ORZ_PATH) not in sys.path:

0 commit comments

Comments
 (0)