Skip to content

Commit ad367f7

Browse files
authored
Update README.md
1 parent 6bfe87a commit ad367f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ This repository contains a couple of sample reports with snippets of code in Pyt
44
Author: Mateusz Doliński
55

66
Current projects:
7-
1. accumulator_word_count.py is a sample pyspark script which counts number of words appearing in textfile using customized accumulator.
7+
1. AccumulatorWordCount.py is a sample pyspark script which counts number of words appearing in textfile using customized accumulator.
8+
2. NoughtsAndCrosses.py is a simulation of the game of noughts and crosses for any board size with both players executing random strategy. Possible future extensions cover: simulate the probability distribution of game outcome, test various strategies, use reinforcement learning to create an optimal strategy.

0 commit comments

Comments
 (0)