1 2 3 4 5 ··· 256 下一页

摘要: SmolVLA: 让机器人更懂 “看听说做” 的轻量化解决方案 https://www.cnblogs.com/huggingface/p/18912328 https://arxiv.org/abs/2506.01844 阅读全文
posted @ 2025-06-21 15:45 Angry_Panda 阅读(7) 评论(0) 推荐(0)

摘要: 本推文介绍中科院自动化所群体决策智能团队的工作机会。我们是2020 年成立的年轻团队,主要从事多智能体强化学习方面的研究和研发工作,同时运营 RLCN 公众号将相关的学习资源带给大家。我们团队正处于快速发展中,现开放招聘助理研究员、研发工程师、科研助理等岗位,欢迎感兴趣的同学加入我们! 团队简介中国 阅读全文
posted @ 2025-05-23 17:12 Angry_Panda 阅读(43) 评论(0) 推荐(0)

摘要: 相关: 面向分布式强化学习的经验回放框架(使用例子Demo)——Reverb: A Framework for Experience Replay 阅读全文
posted @ 2025-03-01 19:40 Angry_Panda 阅读(56) 评论(0) 推荐(0)

摘要: https://sites.google.com/view/humanoid-gym/ 阅读全文
posted @ 2024-05-07 11:26 Angry_Panda 阅读(314) 评论(0) 推荐(0)
摘要: https://research.nvidia.com/labs/gear/ 阅读全文
posted @ 2024-05-07 11:22 Angry_Panda 阅读(113) 评论(0) 推荐(0)
摘要: https://github.com/dragen1860?tab=repositories https://github.com/awjuliani?tab=repositories https://github.com/katerakelly?tab=repositories https://g 阅读全文
posted @ 2024-05-07 07:55 Angry_Panda 阅读(48) 评论(0) 推荐(0)

摘要: 论文: LEARNING VISION-GUIDED QUADRUPEDAL LOCOMOTION END-TO-END WITH CROSS-MODAL TRANSFORMERS 发表于ICLR2022 相关: https://zhuanlan.zhihu.com/p/581786377 阅读全文
posted @ 2024-05-06 18:44 Angry_Panda 阅读(170) 评论(0) 推荐(0)
摘要: 论文地址: https://arxiv.org/abs/2010.11929 Github地址: https://github.com/google-research/vision_transformer 阅读全文
posted @ 2024-05-06 18:03 Angry_Panda 阅读(31) 评论(0) 推荐(0)
摘要: 项目地址: https://openai.com/index/clip Github代码地址: https://github.com/openai/CLIP 阅读全文
posted @ 2024-05-06 17:16 Angry_Panda 阅读(73) 评论(0) 推荐(0)
摘要: https://www.understandingai.org/p/large-language-models-explained-with https://arxiv.org/abs/1905.05950 https://arxiv.org/abs/2012.14913 https://arxiv 阅读全文
posted @ 2024-05-06 14:11 Angry_Panda 阅读(95) 评论(0) 推荐(0)
摘要: GitHub地址: https://github.com/mit-han-lab/efficientvit#usage 相关: https://www.jetson-ai-lab.com/vit/tutorial_efficientvit.html 阅读全文
posted @ 2024-05-06 10:38 Angry_Panda 阅读(35) 评论(0) 推荐(0)

摘要: 项目地址: https://mobile-aloha.github.io/ 演示视频地址: https://www.youtube.com/watch?v=HaaZ8ss-HP4 论文地址: https://mobile-aloha.github.io/resources/mobile-aloha. 阅读全文
posted @ 2024-05-04 15:25 Angry_Panda 阅读(101) 评论(0) 推荐(0)
摘要: 地址: https://lucho1.github.io/JumpPointSearch/ 原作者还开发了A* 算法的Windows系统上的小程序:(重点:小程序意义不大,这个综述还是不赖的) 项目地址:https://github.com/lucho1/JumpPointSearch 重点: 这个 阅读全文
posted @ 2024-05-04 12:49 Angry_Panda 阅读(76) 评论(0) 推荐(0)
摘要: 地址: http://mapf.info/index.php/Main/Publications 与其对应的实验室地址: https://www.movingai.com/ 阅读全文
posted @ 2024-05-04 07:40 Angry_Panda 阅读(159) 评论(0) 推荐(0)

摘要: 视频地址: 周志华团队与Intel团队的讲座视频——强化学习的局限性与未来展望 视频链接地址: https://bizwebcast.smarket.com.cn/b975d6d9969a42cba9626adb7669676b/2a1fc2d76a65403cb76f99acd5b025da-8a 阅读全文
posted @ 2023-12-22 12:56 Angry_Panda 阅读(114) 评论(0) 推荐(0)

摘要: 作为reinforcement learning的一个入门学习的项目,spinningup的地址: (英文原版:) https://spinningup.openai.com/en/latest/index.html (中文翻译版:) https://spinningup.readthedocs.i 阅读全文
posted @ 2023-04-18 09:07 Angry_Panda 阅读(44) 评论(0) 推荐(0)

摘要: 相关: 【转载】 推荐算法之Thompson(汤普森)采样 【转载】 推荐系统 EE 问题与 Bandit 算法 python语言绘图:绘制一组beta分布图 转载: beta分布介绍 python语言绘图:绘制一组以beta分布为先验,以二项分布为似然的贝叶斯后验分布图 深入理解什么是Beta分布 阅读全文
posted @ 2023-01-01 13:13 Angry_Panda 阅读(2160) 评论(0) 推荐(0)
摘要: 源代码地址: https://github.com/tensorflow/agents TensorFlow给出的官方文档说明: https://tensorflow.google.cn/agents 相关视频: https://www.youtube.com/watch?v=U7g7-Jzj9qo 阅读全文
posted @ 2023-01-01 13:12 Angry_Panda 阅读(328) 评论(0) 推荐(0)

摘要: 深度学习这个概念已经火了好些年了,前些年刚开始的时候大家都不清除那些深度学习的框架是什么原理,in other words,大家都是只知道用这些深度学习框架,但是没有几个人真的了解这个框架的原理是什么,不过随着这几年开源的相关资料越来越多,慢慢的这也不是当年的什么高深秘密了,当年所有的深度学习框架都 阅读全文
posted @ 2022-11-17 19:29 Angry_Panda 阅读(780) 评论(0) 推荐(0)

摘要: 论文地址: https://arxiv.org/pdf/1802.01561v2.pdf 论文《IMPALA: Scalable Distributed Deep-RL with Importance Weighted Actor-Learner Architectures》是基于论文《Safe a 阅读全文
posted @ 2022-10-16 10:53 Angry_Panda 阅读(194) 评论(0) 推荐(0)

2025年6月29日

摘要: sudo swapoff -a && sudo rm -f /swap.img && sudo fallocate -l 128G /swap.img && sudo chmod 600 /swap.img && sudo mkswap /swap.img && sudo swapon /swap. 阅读全文
posted @ 2025-06-29 10:21 Angry_Panda 阅读(3) 评论(0) 推荐(0)

2025年6月28日

摘要: 相关: https://blog.csdn.net/qq_16792139/article/details/138661971 阅读全文
posted @ 2025-06-28 12:48 Angry_Panda 阅读(3) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/1088037/202506/1088037-20250628092031703-641696718.png) 阅读全文
posted @ 2025-06-28 09:21 Angry_Panda 阅读(3) 评论(0) 推荐(0)
摘要: 相关: https://www.youtube.com/shorts/G9WhF_-ZTFY 阅读全文
posted @ 2025-06-28 09:10 Angry_Panda 阅读(3) 评论(0) 推荐(0)

2025年6月27日

摘要: 相关: https://chem.ecust.edu.cn/_upload/article/files/92/c2/fc94aedb43e6867fcd73d70b0be4/3d563a36-41f2-4663-9fd2-3848cf926bbf.pdf 填写格式 阅读全文
posted @ 2025-06-27 17:46 Angry_Panda 阅读(5) 评论(0) 推荐(0)

2025年6月26日

摘要: 个人还是必须细化这个国产自研的深度学习框架的,不过很不幸,这个框架的相关开发方已经失联,公司也已经失联,除了在GitHub上太有人一年提几个issue和维护的操作,其他的就再没有了,因此大概率来说这个oneflow框架已经属于被废弃掉的状态。 theano框架和oneflow框架都是我个人比较喜欢用 阅读全文
posted @ 2025-06-26 10:44 Angry_Panda 阅读(2) 评论(0) 推荐(0)
摘要: 相关: 区块链技术已经衰落了吗?(区块链已die) 阅读全文
posted @ 2025-06-26 09:13 Angry_Panda 阅读(6) 评论(0) 推荐(0)

2025年6月25日

摘要: 个人Google学术地址: https://scholar.google.co.kr/citations?user=jHvm-VAAAAAJ ResearchGate: https://www.researchgate.net/profile/Guo-Jun-13 Academia: https:/ 阅读全文
posted @ 2025-06-25 15:24 Angry_Panda 阅读(7) 评论(0) 推荐(0)
摘要: 相关地址: https://openi.pcl.ac.cn/devilmaycry812839668/SyncVectorEnv 点击查看代码 from multiprocessing import Process from multiprocessing import Queue import n 阅读全文
posted @ 2025-06-25 14:28 Angry_Panda 阅读(8) 评论(0) 推荐(0)
摘要: ![image](https://img2024.cnblogs.com/blog/1088037/202506/1088037-20250625073703880-399409346.png) 阅读全文
posted @ 2025-06-25 07:38 Angry_Panda 阅读(4) 评论(0) 推荐(0)
1 2 3 4 5 ··· 256 下一页

导航