tf-agent

tf_agents dqn fails to initialize

tf_agents dqn fails to initialize Question: Even though tf.agents initialize() require no input variables, this line agent.initialize() produces this error TypeError: initialize() missing 1 required positional argument: ‘self’ Ive tried agent.initialize(agent) because it apparently wanted self passing in… obviously that didnt work XD I suspect the problem might be that this line print(type(agent)) Produces <class …

Total answers: 1