-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
添加对定制版OpenNARS 1.5.8的测试支持,包括配置和测试代码;更新测试文件,加入延迟以等待OpenNARS 1.5.8输出
- Loading branch information
1 parent
5f92c98
commit 6bb800e
Showing
9 changed files
with
73 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#hjson | ||
// OpenNARS 1.5.8 的启动配置 | ||
{ | ||
// 转译器 | ||
translators: "opennars" | ||
// 启动命令 | ||
command: { | ||
// 命令:启动java运行时 | ||
cmd: "java" | ||
// 传入的命令参数 | ||
cmdArgs: [ | ||
// 设置最大堆内存为1024M | ||
"-Xmx1024m" | ||
// 启动jar包 | ||
-jar | ||
./opennars-158-shell.jar | ||
] | ||
// 启动时的工作目录 | ||
// * 🚩现在基于「固定位置的CIN程序包」运行测试 | ||
// * 回溯路径:config(`./`) => cli => tests => src => BabelNAR.rs / executables | ||
currentDir: ./../../../../executables | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters