当我运行以下代码时,我遇到了问题,那么您能给我一些建议吗?
代码:
'''(flow) sean@ubuntu:~/flow$ python examples/rllab/stabilizing_the_ring.py'''
输出:
File "/home/sean/Downloads/enter/envs/flow/lib/python3.5/site-packages/lasagne/layers/base.py", line 44, in
if any(d is not None and d <= 0 for d in self.input_shape):
TypeError: unorderable types: tuple() <= int()
答案 0 :(得分:1)
抱歉,您遇到此困难。 这实际上是RLlab中的错误,当您使用元组空间时会出现该错误。您介意切换到rllib示例吗?由于该项目的创建者不再积极开发该项目,因此我们不再支持RLlab。