05 2021 档案

摘要:多任务强化学习 Multi-Task Reinforcement Learning with Soft Modularization 软模块化多任务强化学习 Abstract: 联合训练多个任务时,允许策略在不同的任务间共享参数。 我们在策略表示上引入了一种显式的模块化技术来缓解这个优化问题,而不是 阅读全文
posted @ 2021-05-28 10:17 AlsoRan 阅读(660) 评论(0) 推荐(0)
摘要:Test1 title one item two item import numpy as np print(np.__version__) python -m ipykernel install --user --name tf2-gpu 阅读全文
posted @ 2021-05-20 12:43 AlsoRan 阅读(49) 评论(0) 推荐(0)
摘要:首先是在base环境安装 ipykernel pip install ipykernel 将虚拟环境注册到 jupyter notebook 中 python -m ipykernel install --user --name 'name1' --display-name 'name2' 其中 n 阅读全文
posted @ 2021-05-19 14:27 AlsoRan 阅读(274) 评论(0) 推荐(0)
摘要:在一次使用 pygame 包中的界面渲染中: size = width,height = 600, 400 background = (255,255,255) screen = pygame.display.set_mode(size, RESIZABLE) img = pygame.image. 阅读全文
posted @ 2021-05-12 09:28 AlsoRan 阅读(711) 评论(0) 推荐(1)