Aakash Kumar

Results 5 comments of Aakash Kumar

Hi @sajarin, can i take up this task.

Hi @sajarin, do you have any api key which i can use to test my features? I have refered airbyte api documentation, google analytics connector and Lever hiring api documentation...

Hi @sajarin I have already checked the documentation and have not found anything contributing to how to get Api token. Everything requires us to create Lever account for which i...

import gym from baselines import deepq import balance_bot def callback(lcl, glb): # stop training if reward exceeds 199 #is_solved = lcl['t'] > 100 and sum(lcl['episode_rewards'][-101:-1]) / 100 >= 199 is_solved...

comment `model = deepq.models.mlp([16, 16])` and assign network parameter to 'mlp' and change to `total_timesteps` according to new update gym environment