├── DDQN_discrete.py ├── LICENSE ├── README.md └── requirements.txt /DDQN_discrete.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fschur/DDQN-with-PyTorch-for-OpenAI-Gym/HEAD/DDQN_discrete.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fschur/DDQN-with-PyTorch-for-OpenAI-Gym/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fschur/DDQN-with-PyTorch-for-OpenAI-Gym/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fschur/DDQN-with-PyTorch-for-OpenAI-Gym/HEAD/requirements.txt --------------------------------------------------------------------------------