An Implementation of World Models in TensorFlow
Please read more about this implementation on my article World Models in TensorFlow — Episode 1
mkvirtualenv --python=/usr/bin/python3 World-Models-TensorFlow
sudo apt-get install -y python-numpy python-dev cmake zlib1g-dev libjpeg-dev xvfb libav-tools xorg-dev python-opengl libboost-all-dev libsdl2-dev swig
pip install -r requirements.txt
Train the agents to drive around using only the information from the current frame.
cd stateless_agent/
And follow the instructions there
Work in Progress