Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Planning #1

Open
bstee615 opened this issue Nov 24, 2020 · 0 comments
Open

Planning #1

bstee615 opened this issue Nov 24, 2020 · 0 comments

Comments

@bstee615
Copy link
Owner

bstee615 commented Nov 24, 2020

Components

  • Main agent
  • Adversarial actions
  • Adversarial training (see Section 3.2 and Formula 4)

Tasks

  • Implement the main agent with Trust Region Policy Optimization (TRPO, see Link)
  • Extend InvertedPendulum's Gym environment with adversarial actions
  • Add adversarial training to the main agent training loop (see Section 3.3, Algorithm 1)

Original paper implementation Link

Libraries

Training setting (see Section 4.1)

  • Policy network
    • 2 hidden layers
    • 64 neurons each layer
  • Training
    • 100 iterations on InvertedPendulum
    • 500 iterations for other tasks
  • Hyperparameters of TRPO are selected by grid search
@bstee615 bstee615 mentioned this issue Nov 24, 2020
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant