# deeprm **Repository Path**: zhoub86/deeprm ## Basic Information - **Project Name**: deeprm - **Description**: Resource Management with Deep Reinforcement Learning (HotNets '16) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-18 - **Last Updated**: 2021-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DeepRM HotNets'16 http://people.csail.mit.edu/hongzi/content/publications/DeepRM-HotNets16.pdf Install prerequisites ``` sudo apt-get update sudo apt-get install python-numpy python-scipy python-dev python-pip python-nose g++ libopenblas-dev git pip install --user Theano pip install --user Lasagne==0.1 sudo apt-get install python-matplotlib ``` In folder RL, create a data/ folder. Use `launcher.py` to launch experiments. ``` --exp_type --num_res --num_nw --simu_len --num_ex --num_seq_per_batch --eps_max_len --num_epochs --time_horizon