openai / evolution-strategies-starter

Code for the paper "Evolution Strategies as a Scalable Alternative to Reinforcement Learning"
https://arxiv.org/abs/1703.03864
MIT License
1.57k stars 278 forks source link

fix bug for tf.concat api #22

Open harpsword opened 5 years ago

harpsword commented 5 years ago

tf.concat(concat_dim, values, )

for tensorflow 1.0+, the api tf.concat changed