Error for continuous enviroment in Gym with stable baseline ppo. AttributeError: 'list' object has no attribute 'reshape'

前端 未结 0 656
耶瑟儿~
耶瑟儿~ 2021-01-13 19:58
    ```self.action_space = spaces.Box(
        low=0,
        high=self.K +1,
        shape=(1,),
        dtype=np.float32
    )
    self.observation_space = spaces.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题