Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pockerman/scala_ml

Implementation of machine learning and reinforcement learning algorithms in Scala
https://github.com/pockerman/scala_ml

machine-learning-algorithms reinforcement-learning-algorithms scala

Last synced: 3 days ago
JSON representation

Implementation of machine learning and reinforcement learning algorithms in Scala

Awesome Lists containing this project

README

        

# scalarl

Simple implementation of various algorithms using Scala

## Dependencies

- Breeze
- ScalaPy

## Examples

### Reinforcement Learning

- Create an OpenAI Gym world with ScalaPy

#### Dynamic Programming

- Iterative policy evaluation on ```FrozenLake-v0```
- Policy improvement on ```FrozenLake-v0```
- Policy iteration on ```FrozenLake-v0```
- Value iteration on ```FrozenLake-v0```

#### Monte Carlo

#### Temporal Differencing

### Machine Learning

#### Supervised Learning

## Images

Carrot Patth Following