《Energy-Efficient Joint Task Assignment and Migration in Data Centers: A Deep Reinforcement Learning Approach》,基于深度强化学习实现资源供应和任务调度
【论文】略读笔记21-经典-深度强化学习云调度
《DRL-cloud: Deep reinforcement learning-based resource provisioning and task scheduling for cloud service providers》,基于深度强化学习实现资源供应和任务调度
【论文】略读笔记20-经典-深度强化学习
《Deep Reinforcement Learning with Double Q-Learning》,提出了基于双Q学习思路的 DQN 算法,引用量高达 7727。
【论文】略读笔记19-经典-大规模云计算系统智能学习调度
《Deep and reinforcement learning for automated task scheduling in large-scale cloud computing systems》,用于大规模云计算系统自动任务调度的深度学习和强化学习
【论文】略读笔记18-经典-地理分布式云调度
《A hierarchical structure for optimal resource allocation in geographically distributed clouds》,论文简介
【论文】略读笔记17-前沿-大规模强化学习组合优化
《Combinatorial Optimization Meets Reinforcement Learning: Effective Taxi Order Dispatching at Large-Scale》,将强化学习应用于大规模组合学习问题——网约车调度。
【论文】略读笔记16-经典-大规模强化学习
《Algorithms or Actions? A Study in Large-Scale Reinforcement Learning》,强化学习面向大规模状态和动作空间讨论。
【集群】K8S集群搭建记录——故障排除:xxx:6443 was refused
针对xxx:6443 was refused问题的排查及修复
【Python 进阶】yield 关键词
对 Python 中 yield 的介绍
【Spring】java 单体式应用微服务拆分过程 bug 修复:泛型函数
将单体式 Spring 应用拆分为微服务式应用过程中,遇到了一系列有关 Spring 框架的问题