文件名称:meta-learning-curiosity-algorithms
文件大小:5.23MB
文件格式:ZIP
更新时间:2024-05-24 12:34:56
Python
元学习好奇心算法 这是 *, *, 和编写的“元学习好奇心算法”的代码。 在ICLR 2020上发布(之前在NeurIPS 2019的元学习和信息学习研讨会上发布)。 请看的论文。 运行实验概述 在operations.py中指定您的操作。 在operations_list.py中指定要使用的操作列表。 运行program_synthesis.py以将程序与您的操作列表进行综合。 在test_synthesized_programs_experiments.py中指定一个实验。 运行test_synthesized_programs.py来搜索程序空间。 使用scripts / analyze_synthesized_programs.py分析您的结果。 代码概述 datastructures.py :由程序操作操纵的数据结构。 executor.py :执行一个Progra