Skip to content

Instantly share code, notes, and snippets.

View kxnyshk's full-sized avatar
🏠
Working from home

k. kxnyshk

🏠
Working from home
View GitHub Profile
@adrianhajdin
adrianhajdin / globals.css
Created July 2, 2022 13:30
Build and Deploy a Full Stack TikTok Clone Application and Master TypeScript | Full Course (Part 1)
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
padding: 0;
margin: 0;
box-sizing: border-box;
}

Reinforcement Learning for Dynamic Pricing Suggestion

June 25, 2021 / by Wei, Kang and Yun-Chia, Hsu

This study proposes value iteration and Deep Q-learning (DQN) models to provide price suggestions for dynamic pricing online sellers.

Contents:

  1. Motivation and Background
  2. Methodology
  3. Value Iteration Model