please someone tell me how to fix this. i followed through a lot of 
resources but nothing has helped me fix this problem.
even uninstalling and reinstalling didn't work.

I am using spyder from anaconda. while running the training.py file I get 
this error - "no module named environment " 

here is what i typed:-

in environment.py:
class Environment(object):
                       def __init__ (self, optimal_temperature = (18.0, 
24.0), initial_month = 0, initial_number_users = 10, initial_rate_data = 
60):


in training.py :
import environment
env = environment.Environment(optimal_temperature = (18.0, 24.0), 
initial_month = 0, initial_number_users = 10, initial_rate_data = 60)

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/f57e0ad1-593e-4def-a306-d60ca2380d62n%40googlegroups.com.

Reply via email to