learning_foreground.py 文件源码

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

项目:RobotLearning 作者: AmiiThinks 项目源码 文件源码
def start_learning_foreground(time_scale,
                              GVFs,
                              topics,
                              policy,
                              stats,
                              control_gvf=None,
                              cumulant_counter=None,
                              reset_episode=None,
                              custom_stats=None):
    """Function to call with multiprocessing or multithreading.
    """
    try:
        foreground = LearningForeground(time_scale,
                                        GVFs,
                                        topics,
                                        policy,
                                        stats,
                                        control_gvf,
                                        cumulant_counter,
                                        reset_episode)

        foreground.run()
    except rospy.ROSInterruptException as detail:
        rospy.loginfo("Handling: {}".format(detail))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号