Skip to content

unexploredtest/AsmRL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsmRL

Reinforcement learning done in assembly. A simplified implementation of the tabular Q-learning algorithm for an easy 8x8 grid world in ARMv7. Why? Good question.

Game Play

Requirements

You'll need to have the GCC Arm toolchain to build this project. Also, if your host machine doesn't support ARMv7, you'll need QEMU to run the executable.

Build

Just run make:

make

and run with:

./main

If your host machine doesn't support ARMv7, just run it with QEMU:

qemu-arm ./main

Docker

You can also run using our built Docker image:

docker run unexploredtest/asmrl:latest

About

Reinforcement Learning Q-learning in ARMv7 assembly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors