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
1
vote
2 answers

How do I setup rewarded ads in unity

In my android app which Im developing in unity I use admob for my advertising. The banner works fine but I want to reward a player when they watch an advertise. There is no solid explanation or tutorial on how to setup rewarded advertises for unity…
Physix
  • 27
  • 4
  • 9
1
vote
0 answers

Magento: Display multiple currencies in admin and frontend without currency rates

I am trying to implement a new currency called "points" into my magento (CE 1.9.2.1) installation. I already installed this currency with my module and an installer script, marked it as allowed and I am possible to switch between "EUR" and "Points"…
chrjng
  • 71
  • 1
  • 7
1
vote
1 answer

Facebook/Twitter Share/Like/Retweet Button For Earning Points

I have an e-commerce website. I'm thinking to integrate a social media system to my website. I have Facebook integration for Login my system or sharing something from my page. When I share a product on Facebook or when I share a product on Twitter,…
fuatrihtim
  • 11
  • 1
1
vote
0 answers

IWD One Step Checkout to work with EE Reward points

I have been trying to customize IWD One step check latest CE version to work with EE reward points or store credit during check out as an additional payment method but so far no luck..scratching my head for weeks..will appreciate if anybody can help…
0
votes
0 answers

Only Banner ads loaded but not reward interstitial ads on simulator in Android Studio

I have implemented banner ads and reward interstitial ads in my main activity page for an Android app on Android studio. Moreover, I tend to load reward interstitial ads whenever Search function is performed five times. However, only banner ads work…
Htet
  • 159
  • 10
0
votes
0 answers

Daily login Reward using Google Analytics

we would like to look at implementing a daily Login reward this could be if you log in 7 days consecutively or 3 days consecutively we currently do not count the days that you login to our software We do track successful logins in both GA4 and…
0
votes
0 answers

Why does the reward of my model not pass a threshold?

The problem is that at the beginning the reward increases its value up to -400, as it trains it decreases up to -100, but from there it does not continue increasing towards zero, it stays there stagnant. 10000/10000 [==============================]…
0
votes
1 answer

nan reward after hyperparameters optimization (ray, gym)

I launched a hyperopt algorithm on a custom gym environment. this is my code : config = { "env": "affecta", "sgd_minibatch_size": 1000, "num_sgd_iter": 100, "lr": tune.uniform(5e-6, 5e-2), …
Clm28
  • 9
  • 2
0
votes
1 answer

How to Record Variables in Pytorch Without Breaking Gradient Computation?

I am trying to implement some policy gradient training, similar to this. However, I would like to manipulate the rewards(like discounted future sum and other differentiable operations) before doing the backward propagation. Consider the manipulate…
0
votes
0 answers

Define the reward function to minimize costs

I have a problem with my reinforcement learning model. I am trying to simulate an electric battery storage. The battery charges when the electricity prices are low and discharge ONLY to the user at fixed hours during the day, every day. Therefore,…
MiPre
  • 13
  • 2
0
votes
0 answers

Get callback when ADMOB reward ad is closed without seeing whole ad in ios swift

I am using reward admob ad in my project with latest sdk. How can i get proper callback that the user has closed the ad in between. I know there is a delegate method of fullscreencontentdelegate which has a function adDidDismiss but in that function…
0
votes
0 answers

Reward Function for automated parking autonomous Robots

I'm implementing a reinforcement learning task, to solve a parking task for autonomous robots. So basically, the idea of the task is to start at a certain Point in front of the parking spot and drive to a pose without colliding with obstacles. The…
0
votes
1 answer

can we get 'good' values of predefined constants in a cost function using reinforcement learning?

I am new to reinforcement learning and I know the basic theory behind it. However, I could not map the problem to the existing frameworks. The problem is as follows: Given an environment with resources: X, Y, and Z Given a set of items I, each…
0
votes
1 answer

Reward of Pong game - (OpenAI gym)

I know that the Pong Game initializes to new game when one side scores 20 points. By the way, the reward shows that it goes down below -20. Why is that so? One thing to expect is that after one side gets 20 points, the game is reset by playing one…
ssw101
  • 195
  • 2
  • 2
  • 8
0
votes
2 answers

Why isn't my code increasing the score on reward video ad watched?

When I click a button to load a reward video ad the score should double. Instead the reward ad plays and when I close after watching it, nothing happens. I am using public static variable points to get the score value from the in game scene to the…