Comp-Engr18

Results 4 issues of Comp-Engr18

My last layer uses tanh activation function for continuous variable prediction like steering angle. What changes I need in deeplift to use deeplift for my scenario i.e., regression problem.

I need to add information from AST into program feedback graph. What is your opinion?

The following code to train the agent, uses make_batch2. But I have come up with error: **module 'textworld.gym' has no attribute make_batch2** But now the textworld.gym does not have make_batch2....

I want to make a project using reinforcement learning in which a bot send scam to other bots on social media, other bots detect the scam and reject it. I...