MorvanZhou / Reinforcement-learning-with-tensorflow

Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
https://mofanpy.com/tutorials/machine-learning/reinforcement-learning/
MIT License
8.91k stars 5.01k forks source link

What is the replace doing? #190

Open tessavdheiden opened 3 years ago

tessavdheiden commented 3 years ago

Hi!

Could you please explain what the replace here does? https://github.com/MorvanZhou/Reinforcement-learning-with-tensorflow/blob/1fd1c08a6c8928d027fb75d51ebf6f9441e3dc33/experiments/Robot_arm/DDPG.py#L101

It somehow passes t_params and e_params to the session..