登录
首页 » AI-NN-PR » 根据 trilearn_base_sources

根据 trilearn_base_sources

于 2022-10-15 发布 文件大小:1.91 MB
0 129
下载积分: 2 下载次数: 1

代码说明:

根据 trilearn_base_sources-3.3 (一般称做UVA底层)修改的robocup球队代码,对某些模块进行了详细的注释(例如BasicPlayer,WorldMode模块),并且进行了一些基本的动作添加的示范(增加了射门动作,四处看动作,截球动作和贴身带球动作),示范了简单的高层决策修改和队型的修改,书写了一套完整的守门员高层代码,希望对大家有帮助-According to trilearn_base_sources-3.3 (generally known as UVA bottom) to amend the code of RoboCup teams, for certain modules in detail the Notes (such as BasicPlayer, WorldMode module), and carried out some basic moves to add a model (an increase of shooting action , look around action, action and cut the ball moves the ball next to the skin), demonstrated a simple modification of the high-level decision-making and team-based changes, write a complete set of high-level code goalkeeper, in the hope that everyone has to help

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 模式识别中的K-均值算法演示
    模式识别中的K-均值算法演示-pattern recognition, the K-means algorithm demo
    2022-07-05 07:57:54下载
    积分:1
  • 用遗传算法求最小值,程序寻求表达x1 x1 ..
    利用遗传算法求最小值,程序中求得是表达式x1*x1+x2*x2+x3*x3再-2~2上的最小值,以及对应的x值,算法中使用二进制编码,交叉采用不同交叉和优势交叉,变异也分两种,不用变异和优势变异-using genetic algorithms for the minimum, procedures to seek expressions x1 x1 x2*** x2 x3 x3 another 2 ~ 2 on the minimum, and the corresponding value of x, algorithm using binary encoding, using different cross-cross and advantages of crossover and mutation at the two without variation and variation advantage
    2022-07-18 09:57:00下载
    积分:1
  • 这是一个用遗传算法对KDDCUP数据集,实现自动检测的C程序,希望有用。...
    这是一个用遗传算法对KDDCUP数据集,实现自动检测的C程序,希望有用。-This is a genetic algorithm with KDDCUP data sets, to achieve automatic detection of the C program, I hope useful.
    2023-06-01 10:55:03下载
    积分:1
  • neural network training procedures used for RBF network weights training. good u...
    神经网络训练程序,用来进行RBF网络的权值训练,利用训练好的权值可以进行自适应滤波!-neural network training procedures used for RBF network weights training. good use of training weights can be adaptive filtering!
    2022-08-17 00:33:51下载
    积分:1
  • 这是一个用matlab编制DE算法的源代码,希望大家喜欢!
    这是一个用matlab编制的DE算法的源程序,希望大家喜欢!-This is a preparation using the Matlab DE algorithm source, hope you like them!
    2022-09-06 23:50:03下载
    积分:1
  • 一个机器人信息显示系统,代码比较全,你会喜欢的
    一个机器人信息显示系统,代码比较全,你会喜欢的-Information display system of a robot, code-wide comparison, you would like
    2022-03-19 00:07:24下载
    积分:1
  • 模式识别,以及重要的问题,很好的内容,不错过
    模式识别以及重要问题,很好的内容,千万不要错过-Pattern recognition, as well as important issues, very good content, do not miss
    2022-10-19 03:15:03下载
    积分:1
  • 这个是脉冲耦合神经网络在边缘检测中的应用,脉冲耦合神经网络是第三代神经网络,天生就具有图像处理的优势。...
    这个是脉冲耦合神经网络在边缘检测中的应用,脉冲耦合神经网络是第三代神经网络,天生就具有图像处理的优势。-This is a Pulse-Coupled Neural Networks in Edge Detection, pulse coupled neural network is the third generation of neural networks, image processing inherently advantage.
    2022-01-26 04:56:31下载
    积分:1
  • 地球模拟器,最经典的人工生命模型,研究人工智能的必看。一般地说,生命都具有新陈代谢、复制和进化的能力。在自然界中,生物是由有限的食物供给和有限的生存空间约束的。...
    地球模拟器,最经典的人工生命模型,研究人工智能的必看。一般地说,生命都具有新陈代谢、复制和进化的能力。在自然界中,生物是由有限的食物供给和有限的生存空间约束的。在Tierra中,“生物”由一系列能够自我复制的机器代码或程序组成,它在计算机中的复制分别受到计算机的存储空间和CPU时间约束。能有效地占有内存空间和利用CPU时间的生物体,将具有更高的适应度,传递到下一代的机会就越大。 在Tierra中,计算机的RAM(随机访问存储器)中有一块专门的空间,这个空间中放置了一个“祖先有机体”,该祖先有机体根据它的汇编程序代码中的指令开始复制对它的生存是基本的代码。随着有机体的数目的增加,RAM中的空间减少了,因此有机体为了自己的生存空间开始竞争。-Earth Simulator, the most classic of artificial life model, the study of artificial intelligence Watchable. Generally speaking, life is metabolism, reproduction and the ability of evolution. In nature, biomass is limited by the supply of food and limited living space constraints. In Tierra, "biological" to a series of self-replicating machine code or procedure, in which computers were copied by the computer storage space and CPU time constraints. Effective occupy memory space and CPU time using the organisms, will have a higher degree of adaptability, conveying to the next generation the greater the chances. In Tierra, computer RAM (random access memory) is
    2022-02-03 22:23:49下载
    积分:1
  • 这是一个迷宫的自动路由算法。有些人会争辩说,需要…
    这是一个自动走迷宫的寻路算法。 可能会有人需要,用作游戏的。 自己新建个Win32空项目,把这个代码复制进去就行了。-This is a Maze of automatic routing algorithm. Some people would argue the need for the game. In their new empty Win32 project, copy this code into there.
    2023-05-16 05:15:03下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载