-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行 python train.py --task_mode stairstair --ETG_path data/origin_ETG/ESStair_origin.npz报错 #13
Comments
在train.py 中,将eval改为1以后运行,提示: |
你好,我有差不多的问题,请问解决了吗 |
这是来自QQ邮箱的自动回复邮件。
您好,我已收到您的邮件,灰常感谢!
|
pybullet build time: Feb 10 2022 08:59:07
C:\Users\zhaojiu\anaconda3\lib\site-packages\rlschool\quadrupedal\robots\a1.py:92: RuntimeWarning: invalid value encountered in arccos
theta_knee = -np.arccos(
[03-23 17:42:13 MainThread @logger.py:242] Argv: train.py --task_mode stairstair --ETG_path data/origin_ETG/ESStair_origin.npz
cuda
ETG_param_init: (12,)
{'dis': 1, 'motor': 1, 'imu': 1, 'contact': 1, 'footpose': 0, 'ETG': 1, 'ETG_obs': 0, 'dynamic_vec': 0, 'force_vec': 0, 'noise': 0, 'RNN': {'time_steps': 5, 'time_interval': 1, 'mode': 'None'}}
argv[0]=
starting thread 0
started testThreads thread 0 with threadHandle 0000000000000EF0
argc=3
argv[0] = --unused
argv[1] =
argv[2] = --start_demo_name=Physics Server
ExampleBrowserThreadFunc started
Version = 4.6.0 NVIDIA 472.19
Vendor = NVIDIA Corporation
Renderer = NVIDIA GeForce RTX 3080 Laptop GPU/PCIe/SSE2
b3Printf: Selected demo: Physics Server
starting thread 0
started MotionThreads thread 0 with threadHandle 000000000000109C
MotionThreadFunc thread started
c:\users\zhaojiu\gym\gym\spaces\box.py:78: UserWarning: WARN: Box bound precision lowered by casting to float32
logger.warn(f"Box bound precision lowered by casting to {self.dtype}")
C:\Users\zhaojiu\anaconda3\lib\site-packages\rlschool\quadrupedal\robots\minitaur.py:188: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated si
nce Python 3.3, and in 3.9 it will stop working
if isinstance(motor_kp, (collections.Sequence, np.ndarray)):
obs_dim: 49
Traceback (most recent call last):
File "train.py", line 523, in
main()
File "train.py", line 452, in main
ETG_info = np.load(args.load[:-3] + ".npz")
File "C:\Users\zhaojiu\anaconda3\lib\site-packages\numpy\lib\npyio.py", line 407, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: '.npz'
numActiveThreads = 0
stopping threads
Thread with taskId 0 with handle 000000000000109C exiting
Thread TERMINATED
finished
numActiveThreads = 0
btShutDownExampleBrowser stopping threads
Thread with taskId 0 with handle 0000000000000EF0 exiting
Thread TERMINATED
The text was updated successfully, but these errors were encountered: