12 2021 档案

摘要:文章名:CVPR2020: End-to-End Model-Free Reinforcement Learning for Urban Driving Using Implicit Affordances Column: December 14, 2021 11:15 AM Last edited 阅读全文
posted @ 2021-12-31 19:08 Kin_Zhang 阅读(402) 评论(0) 推荐(0)
摘要:参考与前言 主要是介绍python hydra库如何使用,如果不知道这是什么,简单介绍: Hydra 是一个开源 Python 框架,可简化研究和其他复杂应用程序的开发。 关键特性是能够通过**组合动态创建分层配置,并通过配置文件和命令行覆盖它**。 Hydra 这个名字来源于它能够运行多个类似的工 阅读全文
posted @ 2021-12-26 23:41 Kin_Zhang 阅读(2893) 评论(0) 推荐(0)
摘要:参考与前言 resource 代码:https://github.com/erdos-project/pylot 论文地址:https://www.ionelgog.org/data/papers/2021-icra-pylot.pdf 文档:https://pylot.readthedocs.io 阅读全文
posted @ 2021-12-19 19:02 Kin_Zhang 阅读(250) 评论(0) 推荐(0)
摘要:Question: what's different between SVC and LinearSVC in python sklearn library? Does the SVC(kernel='linear') have the same result on LinearSVC() if w 阅读全文
posted @ 2021-12-07 20:32 Kin_Zhang 阅读(87) 评论(0) 推荐(0)