Skip to content

Q-learning agent that choose action by bolzmann selection in m by n field

License

Notifications You must be signed in to change notification settings

reouno/RL_m_by_n_field

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL_m_by_n_field

Q-learning agent that choose action by bolzmann selection in m by n field

This program is for Haskell stack.

Installation

Just input the following commands in terminal

$ git clone https://github.com/reouno/RL_m_by_n_field.git

$ cd RL_m_by_n_field

$ stack build

Using build option "--ghc-options -O2" may shorten processing time. Like following

$ stack build --ghc-options -O2

Execution

$ stack runghc app/Main.hs

or

$ stack exec RL005nbym-exe

(The project name was "RL005nbym" when I first created this.)

About

Q-learning agent that choose action by bolzmann selection in m by n field

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published