Questions tagged [reward-system]
28 questions
9
votes
3 answers
React-native : Implementing Reward Referral (Invite and Earn)
I have to implement Invite and Earn functionality in my Android application.
What I have to do is : User can share the link to anyone on social media,
On receiving the link, another user can click the link to get the application installed using that…

Jaimin Modi
- 1,530
- 4
- 20
- 72
9
votes
3 answers
What id to use to generate promo codes for android app
I am thinking of having a way in my app to offer free unlock codes for valuable users, meaning that they won't have to purchase the app to have full access to it.
Looking into it there are a few ways:
Google Play Promo Codes: initially this…

Alin
- 14,809
- 40
- 129
- 218
4
votes
4 answers
How to prevent gaming of website rewards for new visitors
I'm about to embark on a website build where a company wants to reward new visitors with a gift. The gift has some monetary value, and I'm concerned about the site being gamed. I'm looking for ways to help reduce the chance that any one person can…

rcourtna
- 4,589
- 5
- 26
- 27
4
votes
2 answers
How to design a rewards system on my website
I want to try and design a reward system on a new website I am building. For example (for illustrative purposes only):
Stack overflow's medals system is another example.
My question is, you can store the description and name of each badge easily…

Tom Gullen
- 61,249
- 84
- 283
- 456
3
votes
1 answer
Firebase "refer and earn" or invites using Reward Referals?
I want to implement "refer and earn" concept using
https://firebase.google.com/docs/dynamic-links/use-cases/rewarded-referral in my application.
When I'm creating dynamic links with user id
FirebaseUser user = mAuth.getInstance().getCurrentUser();…

prakash421
- 139
- 1
- 8
3
votes
1 answer
how to approach a reward system
I have a website where I've done a "mission generator" to encourage engagement. I've hard coded 3 sets of missions (Easy, Med, Hard).
Easy missions have 6-8 cases that could randomly happen
Update N times your hero (N is random number)
Update…

Ando
- 1,802
- 4
- 25
- 47
3
votes
2 answers
PHP Reward points to leaderboard and account for ties
Okay I've been beating my head over this one for a while and google searching trying to find anything to lead me in the right direction to no avail.
So I have a ranked leaderboard array like so:
[1] = array('points' => '99', 'rank' => '1');
[2] =…

Al Bundy
- 43
- 4
2
votes
1 answer
Reward value calculation: Q-Learning
I am currently working on optimizing reward values for the Q-Learning I'm doing. So right now I consider two values that calculate a specific reward value. Since this is work related i can't specify the variable names i take into consideration. the…

pythonic_autometeor
- 99
- 2
- 10
2
votes
0 answers
woocommerce order Discount not showing up in Order Details receipt using points but points are redeemed
I am using woo-commerce points and rewards system. Problem, that I am facing is, When points are redeemed it does not show discount on order details reciept.
http://www.screencast.com/t/uAvzwhRgAlVv

Faisal Ijaz
- 1,812
- 2
- 12
- 23
2
votes
2 answers
Why do we weight recent rewards higher in non-stationary reinforcement learning?
The book 'Introduction to Reinforcement Learning' by Barto and Sutton, mentions the following about non-stationary RL problems -
"we often encounter reinforcement learning problems that are effectively nonstationary. In such cases, it makes sense to…

Sudhanshu Mittal
- 143
- 4
1
vote
1 answer
Q-Learning Intermediate Rewards
If a Q-Learning agent actually performs noticeably better against opponents in a specific card game when intermediate rewards are included, would this show a flaw in the algorithm or a flaw in its implementation?

Uzay Macar
- 254
- 4
- 13
1
vote
0 answers
Referral System using firebase
I wants to add referral system in my app.I am using firebase dynamic links.But can't listen when some other user install the app.if some one install the app using dynamic link then sender will get some points.Here is my code of generating short…

Umer Farooq
- 168
- 1
- 12
1
vote
0 answers
How to get the Daily Income data of masternode
I am going to calculate the daily income of masternode, but I am a new in this field so I don`t know how to get the data from which.
I am going to obtain them using transaction history(They are provided from API),
but I am not sure I am correct or…

Eric Lee
- 121
- 1
- 8
1
vote
1 answer
when the user clicks a button, they get x points when they're near a location (SWIFT)
What I am aiming for is that when the user clicks a button, I want the code to check if they are near the location then they get points, I am just unsure where to put that information
class ViewController: UIViewController ,CLLocationManagerDelegate…

g. harries
- 13
- 4
1
vote
4 answers
How can i Implement a reward system in android programatically?
I am planning on implementing a reward system in my android application where users of the application can gain 100 points each day for opening the app. Users can only get 100 points at one given day no matter how many times more then once they open…

SumOne
- 817
- 3
- 13
- 24