Skip to content

twrdyyy/scala_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala neural network API 🔥

Awesome

Scala project for AGH Computer science class.

Quick start 🚀

Make sure you fulfil requirements. Quick start creates local server for open-ai gym with "Cartpole" game and starts scala client with new neural network, trains and shows results.

git clone https://github.com/twrdyyy/scala_project awesome_project
cd awesome_project
chmod u+x example.sh
./example.sh

Requirements 📣

  • Python3+ 🐍
  • Open ai gym
pip3 install gym
  • Scala
  • Numsca
    Simply add this line to your sbt build
libraryDependencies += "be.botkop" %% "numsca" % "0.1.7"

About

Project for "Programming in scala" at AGH CS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published