1 Star 0 Fork 24

my_data123/SerpentAI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
offshoot.manifest.json 2.70 KB
一键复制 编辑 原始数据 按行查看 历史
{
"plugins": {
"YouMustBuildABoatGamePlugin": {
"name": "YouMustBuildABoatGamePlugin",
"version": "0.1.0",
"files": [
{
"path": "you_must_build_a_boat_game.py",
"pluggable": "Game"
}
],
"libraries": [],
"config": {
"fps": 2
}
},
"SuperHexagonGamePlugin": {
"name": "SuperHexagonGamePlugin",
"version": "0.1.0",
"files": [
{
"path": "super_hexagon_game.py",
"pluggable": "Game"
}
],
"libraries": [],
"config": {
"frame_rate": 10
}
},
"SuperHexagonGameAgentPlugin": {
"name": "SuperHexagonGameAgentPlugin",
"version": "0.1.0",
"files": [
{
"path": "super_hexagon_game_agent.py",
"pluggable": "GameAgent"
}
],
"libraries": [],
"config": {
"frame_handler": "collect_frames"
}
},
"BindingOfIsaacRebirthGamePlugin": {
"name": "BindingOfIsaacRebirthGamePlugin",
"version": "0.1.0",
"files": [
{
"path": "binding_of_isaac_rebirth_game.py",
"pluggable": "Game"
}
],
"libraries": [],
"config": {
"fps": 2
}
},
"BindingOfIsaacRebirthGameAgentPlugin": {
"name": "BindingOfIsaacRebirthGameAgentPlugin",
"version": "0.1.0",
"files": [
{
"path": "binding_of_isaac_rebirth_game_agent.py",
"pluggable": "GameAgent"
}
],
"libraries": [],
"config": {
"frame_handler": "COLLECT_FRAMES",
"collect_frames_interval": 1,
"collect_character_interval": 10
}
},
"YouMustBuildABoatGameAgentPlugin": {
"name": "YouMustBuildABoatGameAgentPlugin",
"version": "0.1.0",
"files": [
{
"path": "you_must_build_a_boat_game_agent.py",
"pluggable": "GameAgent"
}
],
"libraries": [],
"config": {
"frame_handler": "COLLECT_FRAMES",
"collect_frames_interval": 1,
"collect_character_interval": 10
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/my_data123/SerpentAI.git
git@gitee.com:my_data123/SerpentAI.git
my_data123
SerpentAI
SerpentAI
master

搜索帮助