Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 998 Bytes

core.rst

File metadata and controls

59 lines (36 loc) · 998 Bytes

LearnRL's Core

LearnRL is based on those core objects: Playground, Agent, TurnEnv.

They are all linked by the Playground, as showned by this:

Playground

learnrl.playground.Playground

Agent

learnrl.agent.Agent

TurnEnv

learnrl.envs.TurnEnv

Handlers

RewardHandler

learnrl.playground.RewardHandler

DoneHandler

learnrl.playground.DoneHandler