├── .gitignore ├── LICENSE ├── README.md ├── agents └── tensorflow_sample_agent.rb └── docker-compose.yml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unageanu/jiji-with-tensorflow-example/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unageanu/jiji-with-tensorflow-example/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unageanu/jiji-with-tensorflow-example/HEAD/README.md -------------------------------------------------------------------------------- /agents/tensorflow_sample_agent.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unageanu/jiji-with-tensorflow-example/HEAD/agents/tensorflow_sample_agent.rb -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/unageanu/jiji-with-tensorflow-example/HEAD/docker-compose.yml --------------------------------------------------------------------------------