Questions tagged [reward]

Use this tag in the context of reward functions for machine learning and especially reinforcement learning.

Use this tag in the context of reward functions for machine learning and especially reinforcement learning.

66 questions
0
votes
1 answer

Formulation of a reward structure

I am new to reinforcement learning and experimenting with training of RL agents. I have a doubt about reward formulation, from a given state if a agent takes a good action i give a positive reward, and if the action is bad, i give a negative reward.…
0
votes
1 answer

Why is my reward function returning None in Python?

OK, so, I'm trying to make a intrinsic-curiosity agent using keras and tensorflow. This agent's reward function is the difference of an autoencoder's loss between the previous and current state, and the autoencoder's loss between the current state…
ZeroMaxinumXZ
  • 357
  • 2
  • 6
  • 21
0
votes
1 answer

Reward distribution Reinforcement Learning

Problem1: We want to go from s to e. In each cell we can move right R or down D. The environment is fully known. The table has (4*5) 20 cells. The challenge is that we do not know what the reward of each cell is, but we will receive an overall…
0
votes
1 answer

MDP implementation using python - dimensions

I have problem in implementing mdp (markov decision process) by python. I have these matrices: states: (1 x n) and actions: (1 x m) .Transition matrix is calculated by this code: p = np.zeros((n,n)) for t in range(l): # my data is a 1x100…
Nasrin
  • 1
  • 4
0
votes
1 answer

QTKit creating threads that never die when I play new movies

I have an app that composes movies and then plays them via QTMovieView. Each time I [movieView setMovie:newMovie], QTKit creates a new thread that never dies. It also appears that the movie is never dealloced. I created a simple example that…
richcollins
  • 1,504
  • 4
  • 18
  • 28
0
votes
0 answers

Admob- is it possible to put a link to another App on the market and earn money upon download?

The question is clear I assume though couldn't find a relevant answer on web. For example if my app put a link to another app's PlayStore download page and if user download it can I get money on that? I know and I use normal admob which shows…
mears
  • 359
  • 4
  • 13
0
votes
2 answers

Rewarded video No fill from ad server.Failed to load? Android

I am trying to implement admob ads in fragment but its been a month and i am still getting error 3 ( No ads to fill ). i have tried with new Id but still getting same error, test ads are working fine. logcat: 08-03 16:59:21.653 9892-10265/?…
Samir Shaikh
  • 46
  • 1
  • 1
  • 7
0
votes
0 answers

Admob Rewarded Video - Ad Not Loading

I have to implement Admob Reward Video in the android studio in my current project. I have tried everything like.. Youtube tutorial, Admob Official tutorials and scripts but nothing is working for me. Please Help. Looking forward to having example…
0
votes
1 answer

Reward Function in MIT Deep Traffic Challenge?

I have been playing around with the MIT DeepTraffic Challenge Also watching the lecture and reading the slides After getting a General understanding of the architecture I was wondering what exactly the reward function given by the Environment…
mrk
  • 8,059
  • 3
  • 56
  • 78
0
votes
1 answer

Rewards to users when clicking/viewing ads

I intend to give rewards like coins/diamonds to users when they click on ads banner (admob banner at bottom) or view fullscreen ads in 30 seconds. Is it possible in CodenameOne?
William
  • 281
  • 3
  • 9
0
votes
1 answer

How to make a timed reward system in php and mysql

How can I make a reward system in PHP that has a timer and sets a timer for a certain amount of time after they click on it and mysql inserts a random value into the table? I am making a project and I want users to accumulate the in-game currency as…
0
votes
1 answer

Watch video and share on social media for rewards is allowed by google policy?

I making a 'Watch Video for reward' option for users. Also I would like to add another option where the users will redirected to my Facebook fan page to like it for rewards. These are allowed or not?
Farkas Antal
  • 310
  • 3
  • 9
0
votes
1 answer

custom reason message for magento reward points

How to add a custom reason message for a reward action ? I have created : $customerId = 1303177; $points = 10; $customer = Mage::getModel('customer/customer')->load($customerId); $reward = Mage::getModel('enterprise_reward/reward') …
Matoeil
  • 6,851
  • 11
  • 54
  • 77
0
votes
1 answer

Points System for rewarding participation within sports league

Suppose player's scores determine their rank within a their division within a tournament. The, points are allocated according to their rank. The website hosts seasonal scores and tracks players cumulative points. Thus, I am seeking a rewards…
0
votes
1 answer

Does CapitolOne reward program or AMEX reward points have an API?

Is there a programmatic way to access reward programs of multiple credit cards and airlines?