搜索资源列表
QLearning_1
- Q Learning in Artificial Intelligence
kalman_filter
- OPTIONAL INPUTS (string/value pairs [default in brackets]) model - model(t)=m means use params from model m at time t [ones(1,T) ] In this case, all the above matrices take an additional final dimension, i.e., A(:,:,m), C(:,:,m), Q(:,:,m), R
WithAnimationOfTheElevatorRunning
- 模拟电梯实验.动画运行.有线程.以键盘输入呼叫和目标。当敲击键1、2、3、4、5、6、7、8、9时表示电梯内有乘客按目标按钮,指定相应目标楼层。当敲击键Q、W、E、R、T、Y、U、I时表示8层到1层有上行呼叫请求。当敲击键A、S、D、F、G、H、J、K时表示9层到2层有下行呼叫请求。 将呼叫和目标写入一个正文文件,然后程序读取这些呼叫和目标数据后可以在没有人工干预的情况下模拟电梯运行情况 。 -Simulated elevator. Animation run. There threa
digitalclock
- VC++编写的数字时钟,可以实现整点提醒功能,按Q键退出程序,按Esc隐藏窗口,下一个整点显示出来,1分钟后自动隐藏。-A digital clock VC++ program. It can give you a tip.
comm
- 这是一个移植到qq2440的通信程序,可用于熟悉移植-q q 2 440 comm
StackCalculator
- 超Q的计算器,能够计算基本运算,乘方,以及牛顿二分法写的开方,自定义数字按钮,移过有高亮显示,采用二叉树数据处理,正常次序输入,无需考虑运算符号与数字顺序-Ultra Q calculator can calculate basic operations, power, and Newton wrote dichotomy prescribing, custom numeric buttons, move over there to highlight, using binary data pr
hlmviewer12_src
- Half-Life 模型查看器,可以查看半条命游戏的 mdl 图形文件-35/5000 Half-Life móxíng chákàn qì, kěyǐ chákàn bàn tiáo mìng yóuxì de mdl túxíng wénjiàn Half-Life model viewer, you can view half-life game mdl graphics files
1-2
- 描述 公司有n个员工,编号1 ~ n。员工数量众多,需要你为他们编写一个管理系统。 员工上班时都要登录管理系统登记一个code,离开要从管理系统上注销,员工也可以随时更新自己的code。到了下班时间,所有员工都会自动注销。公司管理人员随时都可能想要知道有多少员工上班,以及任一员工登记的code。 输入 第一行两个整数n、m。接下来m行,每行都是以下内容之一: I a c //Log In:员工a登录,code为c。若a已登录,则将code更新为c O a
reforce
- 强化学习的Q学习,关于强化学习的应用和算法,有很好的思路,可以从中举一反三,从而解决自己的问题,希望对大家能有所帮助(To strengthen the study of Q learning and to strengthen the application and algorithm of learning, we have a good idea. We can take one counter three from the middle and solve their own probl
