Sign inSign up

corysanin/playfun

By corysanin

Updated 9 months ago

tom7's playfun, dockerized

Image
Machine learning & AI
Data science
0

10K+

corysanin/playfun repository overview

playfun-docker

Run Playfun nodes in Docker

docker-compose

Because Playfun runs best in so-called "MARIONET" mode, multiple playfun instances should be managed in some kind of container orchestration tool. I use docker-compose. I have provided an example docker-compose config.

config

The simplest way to configure Playfun is to include all files in a folder that is mounted to /playfun/config. Inside config.txt, both the game and movie values should be prefixed with config/. Here's an example:

game config/game
movie config/game.fm2

This will ensure Playfun uses your mounted config directory for all the files it reads and writes. Make sure each config item ends with a new line!

running

Assuming a docker-compose configuration, run learnfun first with docker-compose run --rm playfun-master --learnfun. Then start playfun with docker-compose up.

Tag summary

Content type

Image

Digest

sha256:0234cd8a5

Size

164.9 MB

Last updated

9 months ago

docker pull corysanin/playfun