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
Hi~
when I debug, there was something wrong. I was wondering if you could kindly help me?
The information is
Experiment error traceback (use --gdb to debug) -
experiment.py : 175 : execute : self.main()
run.py : 199 : main : Experiment().run()
run.py : 72 : run : env_dtype=str(self.env.action_space.high.dtype))
ddpg.py : 70 : init : act_test, sum_p = nets.policy(obs, self.theta_p) if not FLAGS.batch_norm else nets.policy_norm(obs, self.theta_p, is_training)
ddpg_nets_dm.py : 50 : policy : summary = hist_summaries(h0,h1,h2,h3,action)
ddpg_nets_dm.py : 8 : hist_summaries : return tf.summary.merge_all([tf.summary.histogram(t.name,t) for t in args])
TypeError: unhashable type: 'list'
Exception gym.error.Error: Error('env has been garbage collected. To keep using a monitor, you must keep around a reference to the env object. (HINT: try assigning the env to a variable in your code.)',) in <bound method Monitor.del of <gym.monitoring.monitor.Monitor object at 0x7fae02531210>> ignored
Elapsed seconds: 1238.30144286
Thanks~
The text was updated successfully, but these errors were encountered:
Hi~
when I debug, there was something wrong. I was wondering if you could kindly help me?
The information is
experiment.py : 175 : execute : self.main()
run.py : 199 : main : Experiment().run()
run.py : 72 : run : env_dtype=str(self.env.action_space.high.dtype))
ddpg.py : 70 : init : act_test, sum_p = nets.policy(obs, self.theta_p) if not FLAGS.batch_norm else nets.policy_norm(obs, self.theta_p, is_training)
ddpg_nets_dm.py : 50 : policy : summary = hist_summaries(h0,h1,h2,h3,action)
ddpg_nets_dm.py : 8 : hist_summaries : return tf.summary.merge_all([tf.summary.histogram(t.name,t) for t in args])
TypeError: unhashable type: 'list'
Exception gym.error.Error: Error('env has been garbage collected. To keep using a monitor, you must keep around a reference to the env object. (HINT: try assigning the env to a variable in your code.)',) in <bound method Monitor.del of <gym.monitoring.monitor.Monitor object at 0x7fae02531210>> ignored
Elapsed seconds: 1238.30144286
Thanks~
The text was updated successfully, but these errors were encountered: