Skip to content

PARL 1.0

Compare
Choose a tag to compare
@zenghsh3 zenghsh3 released this 18 Jan 06:33
· 480 commits to develop since this release

Framework

  • Support Model, Algorithm and Agent abstractions.
  • Support wrappers for fluid.layers, which can easily share parameters between layers.
  • Support sync_params_to API in Model to synchronize parameters between model and target model directly.

Examples

  • QuickStart
  • DQN
  • DDPG
  • PPO
  • Winning solution of NeurIPS2018-AI-for-Prosthetics-Challenge