Code Monkey home page Code Monkey logo

wireless-network-simulator-v2's Introduction

Wireless Network Simulator version 2.0

Documentation will be available soon.


How to cite:

De Santis, E., Giuseppi, A., Pietrabissa, A. et al. Satellite Integration into 5G: Deep Reinforcement Learning for Network Selection. Mach. Intell. Res. 19, 127–137 (2022). https://doi.org/10.1007/s11633-022-1326-3

wireless-network-simulator-v2's People

Contributors

andrewrona avatar trunk96 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

wireless-network-simulator-v2's Issues

hello,I have a question for wireless-network-simulator-v2

In the lexicographicqlearning.py file in your text_gym file, there are constraints when defining objects, and what do constraints represent? This is the “constraints” in the first line of the code below

`def init(self, env, model_name, constraints):

    self.env = env
    self.model_name = model_name
    action_size = self.env.action_space.n
    state_size = self.env.observation_space.n
    constraint_size = len(constraints)
    self.constraints = constraints
    self.qtable_constraints = np.zeros((constraint_size, state_size, action_size))
    self.qtable = np.zeros((state_size, action_size))
    self.avg_time = 0
    self.steps_per_episode = 1000
    self.gamma = None`

I hope you can help me, thank you very much

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.