├── BCQ.py ├── DDPG.py ├── README.md ├── generate_buffer.py ├── main.py ├── train_expert.py └── utils.py /BCQ.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelianTactics/bcq_tensorflow/HEAD/BCQ.py -------------------------------------------------------------------------------- /DDPG.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelianTactics/bcq_tensorflow/HEAD/DDPG.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelianTactics/bcq_tensorflow/HEAD/README.md -------------------------------------------------------------------------------- /generate_buffer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelianTactics/bcq_tensorflow/HEAD/generate_buffer.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelianTactics/bcq_tensorflow/HEAD/main.py -------------------------------------------------------------------------------- /train_expert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelianTactics/bcq_tensorflow/HEAD/train_expert.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AurelianTactics/bcq_tensorflow/HEAD/utils.py --------------------------------------------------------------------------------