TensorFlow Agent 是 TensorFlow 生态系统中的一个重要组成部分,它提供了一套用于构建智能体的工具和库。以下是一些关于 TensorFlow Agent 的文档和教程,帮助您更好地理解和应用它。

快速开始

  1. 安装 TensorFlow Agent

    • 使用 pip 安装 TensorFlow Agent:
      pip install tensorflow-agents
      
  2. 创建第一个智能体

    • 在这个教程中,我们将创建一个简单的 Q-Learning 智能体来玩 Flappy Bird 游戏示例。

教程列表

相关资源

TensorFlow Agent 示例