wrappers.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:chi 作者: rmst 项目源码 文件源码
def __init__(self, env, actions):
        super().__init__(env)
        acsp = self.env.action_space
        assert isinstance(acsp, Box), "action space not continuous"
        self.actions = np.array(actions)
        assert self.actions.shape[1:] == acsp.shape, "shape of actions does not match action space"
        self.action_space = Discrete(self.actions.shape[0])
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号