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

Error: No module named utlility #3

Closed
truell20 opened this issue Sep 10, 2016 · 2 comments
Closed

Error: No module named utlility #3

truell20 opened this issue Sep 10, 2016 · 2 comments

Comments

@truell20
Copy link

truell20 commented Sep 10, 2016

Using python2.7 on ubuntu 14.04:

Traceback (most recent call last):
  File "gym_ddpg.py", line 2, in <module>
    from ddpg import *
  File "/home/truell20/Documents/ddpg-aigym/DDPG/ddpg.py", line 10, in <module>
    from critic_network import CriticNetwork 
  File "/home/truell20/Documents/ddpg-aigym/DDPG/critic_network.py", line 3, in <module>
    from utility import *
ImportError: No module named utility
@ethanfetaya
Copy link

Have the same issue

@truell20 truell20 changed the title No module named utlility Error: No module named utlility Sep 11, 2016
@floodsung
Copy link
Owner

had fixed the bug.

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

3 participants