Skip to content
/ goller Public

Reinforcement Learning methods in Go for optimal control via generalized policy iteration.

License

Notifications You must be signed in to change notification settings

hpxro7/goller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goller

Reinforcement Learning methods in Go for optimal control via generalized policy iteration.

Example

greedy := policy.EpisilonGreedy(eps)
learner := learn.WithPolicy(greedy, behavior).Q(learnRate)

About

Reinforcement Learning methods in Go for optimal control via generalized policy iteration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages