Skip to content
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

Incomplete? No module named 'cycle.gymdata' #2

Open
bibbygoodwin opened this issue Mar 29, 2021 · 1 comment
Open

Incomplete? No module named 'cycle.gymdata' #2

bibbygoodwin opened this issue Mar 29, 2021 · 1 comment

Comments

@bibbygoodwin
Copy link

Hi @sjtuzq

I am trying to run the XArm experiments as detailed in the README, and have downloaded the requisite datasets.

Unfortunately, on running main.py in realxarm_exp/xarm_pose, I get the following error:

Traceback (most recent call last):
  File "main.py", line 11, in <module>
    from cycle.model.cycle import CycleGANModel
  File "/Users/me/Code/Cycle_Dynamics/realxarm_exp/xarm_pose/cycle/model/cycle.py", line 19, in <module>
    from cycle.model.fmodel import Fmodel,ImgFmodel,ADmodel,AGmodel
  File "/Users/me/Code/Cycle_Dynamics/realxarm_exp/xarm_pose/cycle/model/fmodel.py", line 13, in <module>
    from cycle.gymdata import Robotdata,RobotStackFdata
ModuleNotFoundError: No module named 'cycle.gymdata'

The cycle.gymdata module does not appear to be defined anywhere within this codebase. Could you please point me to it if I have missed something?

Many thanks!

@bibbygoodwin
Copy link
Author

Update: commenting out this import where it appears seems to fix things as on closer inspection it isn't used for the training process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant