File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ ray
12DI-engine >= 0.5.3
23gymnasium [atari ]== 0.28.0
34numpy >= 1.24.1 ,< 2
Original file line number Diff line number Diff 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 ():
Original file line number Diff line number Diff line change 5959
6060# Try to import ORZ
6161ORZ_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
6464try :
6565 if ORZ_PATH .exists () and str (ORZ_PATH ) not in sys .path :
You can’t perform that action at this time.
0 commit comments