Skip to content

Application of reinforced learning using Minecraft and the modpack "OpenComputers". The agent (a robot drone) will empirically determine the dynamics of its environment by moving sampling movements around the board. A standard reinforced learning algorithm application will then be applied using those dynamics to produce the optimal policy

Notifications You must be signed in to change notification settings

KoreanJ/OpenComputers_ReinforcedLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforced Learning Using Minecraft Mod "OpenComputers"

Using a Minecraft modpack, this projects explores the connection between the concepts in Reinforced Learning and empirical statistics. The agent, in this case an in-game "robot", iterates over every state in the small 4x5 game map and attempts to move in every direction 100 times each in an effort to compute the probability of transitioning from one state to another.

Once the transition probabilities have been computed, a previously developed reinforced learning algorithm is applied in order to compute the values for each state and in turn compute the most optimal policy. Since the computation time required to compute all of these values in quite long, I only performed a single iteration.

In the future I would like to improve this project by putting more of my source code into distributed functions and run more iterations of the algorithm so that I can ensure the most optimal policy is created.

About

Application of reinforced learning using Minecraft and the modpack "OpenComputers". The agent (a robot drone) will empirically determine the dynamics of its environment by moving sampling movements around the board. A standard reinforced learning algorithm application will then be applied using those dynamics to produce the optimal policy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages