You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\PEDRA\util\transformations.py:1914: UserWarning: failed to import module _transformations
warnings.warn('failed to import module %s' % name)
----------------- global -----------------
Initializing DQN
Initializing Target`
But the training started successfully and the program was working well after that.
I was wondering if this error affects the training progress or not.
Can you check this problem for me?
Thank you and best regards.
The text was updated successfully, but these errors were encountered:
Hi sir,
I meet the same problem,and the training don’t work well--the MAV don’t move in the AirsSim.
I think it is cause of the vesion of AirSim not meet the PEDRA’s ,but I don’t try to fix it.
Waiting for your answer.
Thank you and best regards.
发送自 Windows 10 版邮件应用
发件人: keitaro
发送时间: 2021年6月14日 10:35
收件人: aqeelanwar/PEDRA
抄送: Subscribed
主题: [aqeelanwar/PEDRA] Question about module import error (#86)
Hi sir,
First of all, thank you for your marvelous works!
When I executed main.py program, I encountered an error message:
`Connected!
Client Ver:1 (Min Req: 1), Server Ver:1 (Min Req: 1)
C:\PEDRA\util\transformations.py:1914: UserWarning: failed to import module _transformations
warnings.warn('failed to import module %s' % name)
----------------- global -----------------
Initializing DQN
Initializing Target`
But the training started successfully and the program was working well after that.
I was wondering if this error affects the training progress or not.
Can you check this problem for me?
Thank you and best regards.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Hi sir,
First of all, thank you for your marvelous works!
When I executed main.py program, I encountered an error message:
`Connected!
Client Ver:1 (Min Req: 1), Server Ver:1 (Min Req: 1)
C:\PEDRA\util\transformations.py:1914: UserWarning: failed to import module _transformations
warnings.warn('failed to import module %s' % name)
----------------- global -----------------
Initializing DQN
Initializing Target`
But the training started successfully and the program was working well after that.
I was wondering if this error affects the training progress or not.
Can you check this problem for me?
Thank you and best regards.
The text was updated successfully, but these errors were encountered: