开源项目 `invalid-action-masking` 使用教程

开源项目 invalid-action-masking 使用教程

invalid-action-maskingSource Code for A Closer Look at Invalid Action Masking in Policy Gradient Algorithms项目地址:https://gitcode.com/gh_mirrors/in/invalid-action-masking

1. 项目的目录结构及介绍

invalid-action-masking/
├── gym_vec_api/
│   ├── __init__.py
│   ├── invalid_action_masking.py
├── plots/
│   ├── plot_script.py
├── .gitignore
├── .python-version
├── LICENSE
├── README.md
├── build.sh
├── poetry.lock
├── ppo.py
├── pyproject.toml
├── requirements.txt
├── test_pytest.py
  • gym_vec_api/: 包含与 gym 环境相关的接口和无效动作掩码的实现。
  • plots/: 包含用于生成图表的脚本。
  • .gitignore: 指定 Git 版本控制系统忽略的文件和目录。
  • .python-version: 指定项目使用的 Python 版本。
  • LICENSE: 项目的许可证文件,本项目使用 MIT 许可证。
  • README.md: 项目的说明文档。
  • build.sh: 构建脚本。
  • poetry.lock: 锁定依赖版本的文件。
  • ppo.py: 包含 PPO 算法的实现。
  • pyproject.toml: 项目配置文件,包含依赖和构建系统信息。
  • requirements.txt: 项目依赖的 Python 包列表。
  • test_pytest.py: 测试脚本。

2. 项目的启动文件介绍

项目的启动文件是 ppo.py,它包含了 PPO(Proximal Policy Optimization)算法的实现。要启动项目,可以使用以下命令:

python ppo.py

ppo.py 文件负责初始化环境和训练代理,使用无效动作掩码来优化策略。

3. 项目的配置文件介绍

项目的配置文件是 pyproject.toml,它使用 poetry 来管理依赖和构建系统。以下是 pyproject.toml 文件的部分内容:

[tool.poetry]
name = "invalid-action-masking"
version = "0.1.0"
description = "Source Code for A Closer Look at Invalid Action Masking in Policy Gradient Algorithms"
authors = ["Your Name <you@example.com>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
gym = "^0.18.0"
numpy = "^1.19.2"
torch = "^1.7.0"

[tool.poetry.dev-dependencies]
pytest = "^6.2.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
  • [tool.poetry] 部分定义了项目的基本信息,如名称、版本、描述和作者。
  • [tool.poetry.dependencies] 部分列出了项目运行所需的依赖包及其版本要求。
  • [tool.poetry.dev-dependencies] 部分列出了开发和测试所需的依赖包。
  • [build-system] 部分定义了构建系统的要求和后端。

通过这些配置,可以确保项目在不同环境中的一致性和可重复性。

invalid-action-maskingSource Code for A Closer Look at Invalid Action Masking in Policy Gradient Algorithms项目地址:https://gitcode.com/gh_mirrors/in/invalid-action-masking

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

卓禄嘉Ernestine

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值