Skip to content

Instantly share code, notes, and snippets.

@Paulescu
Last active April 27, 2022 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Paulescu/8d95177c10b91cd9550910fc0e57b1d5 to your computer and use it in GitHub Desktop.
Save Paulescu/8d95177c10b91cd9550910fc0e57b1d5 to your computer and use it in GitHub Desktop.
ENV_NAME = 'LunarLander-v2'
from src.vpg_agent import VPGAgent
agent = VPGAgent(
env_name=ENV_NAME,
learning_rate=3e-3,
hidden_layers=[64],
gradient_weights='rewards',
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment