Rescorla-Wagner model This implements the Rescorla-Wagner model in TensorFlow. Example usage To fetch datasets included in the NDL run: ./get-ndl-data.sh Next, the training can be started: ./rw.py --data_file datasets/ndl/serbian.txt \ --alpha_beta 0.001 --n_steps 1e7 --add_bias