MG2033 / A2C

A Clearer and Simpler Synchronous Advantage Actor Critic (A2C) Implementation in TensorFlow
Apache License 2.0
183 stars 37 forks source link

added class Bunch in utils #2

Closed pierg closed 6 years ago

pierg commented 6 years ago

Otherwise an exception is generated: 'dict_keys' object has no attribute 'sort'

MG2033 commented 6 years ago

I'll use easydict instead of bunch. This is in the next few days.

MG2033 commented 6 years ago

Please check the code again. The issue is fixed. Thank you for your support.