Skip to content

Repository that saves functioning RL policies for Capture the Flag environment

Notifications You must be signed in to change notification settings

skim0119/ctf_RL

Repository files navigation

RL Policies

The code and weights in policy folder can be saved with CtF folder.

1. A3C (TensorFlow)

Specification

  • Tensorflow 1.12

Contents

  • policy_A3C.py
  • A3C_model (folder)

Example usage

import policy.policy_A3C
...
policy_blue = policy.policy_A3C.PolicyGen(env.get_map, env.get_team_blue)

Note:

Only upload the final weight and policy file in order to save repository space.

About

Repository that saves functioning RL policies for Capture the Flag environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages