Feeds
提问
How to get the actor network of a trained policy gradient agent?
I have trained a policy gradient agent using the following matlab code: net = [ featureInputLayer(2,'Normalization','none', .....
3 years 前 | 1 个回答 | 0
1
个回答提问
How to obtain Shapley Values with a pattern classification neural network?
We wanted to obtain the Shapley Values for a feature vector (query point) and a database trained with a neuralnet initiated with...
4 years 前 | 1 个回答 | 0
1
个回答提问
Procedure to link state path and action path in a DQL critic reinforcement learning agent?
Hi all Some reinforcement learning examples available at the Mathworks page use a single output DQN agent as a critic. See for...
4 years 前 | 1 个回答 | 0
1
个回答提问
Input normalization using a reinforcement learning DQN agent
Hi all I have built a DQN agent to solv a custom reinforcement problem. Following mathworks examples I have no used any kind o...
4 years 前 | 1 个回答 | 1