Coder Social home page Coder Social logo

garlicdevs / fruit-api Goto Github PK

View Code? Open in Web Editor NEW
65.0 65.0 22.0 7.63 MB

A Universal Deep Reinforcement Learning Framework

Home Page: http://fruitlab.org/

License: GNU General Public License v3.0

Python 99.74% Makefile 0.11% Batchfile 0.14%
actor-critic actor-critic-algorithm arcade-learning-environment atari deep-learning deep-reinforcement-learning environment games human human-in-the-loop multi-agent multi-agent-reinforcement-learning multi-objective-optimization multiplayer-game policy-gradients reinforcement-learning reinforcement-learning-algorithms

fruit-api's People

Contributors

garlicdevs avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fruit-api's Issues

matplotlib

i have an issue with matplotlib, i couldnt disable Disable Show plots in toolwindow because i coumdt find Python Scientific, is there anything else to do to fix this?
im using community version
image

Number of output and input in layer of networks

hello, wanted to ask u if possible, why did u choose this number of input and output in the layers?
layer_1 = self.layer_manager.create_conv_layer(self.tf_inputs_norm, 32, 8, strides=4, activation_fn='relu',
padding='valid', scope='tf_layer_1')
layer_2 = self.layer_manager.create_conv_layer(layer_1, 64, 4, strides=2, activation_fn='relu', padding='valid',
scope='tf_layer_2')
layer_3 = self.layer_manager.create_conv_layer(layer_2, 64, 3, strides=1, activation_fn='relu', padding='valid',
scope='tf_layer_3')
layer_4 = self.layer_manager.create_fully_connected_layer(layer_3, 512, activation_fn='relu',
scope='tf_layer_4')
as i know the number of outputs in the output layer should be the number of possible actions in the environment, and the input is the state

pareto front

how to get the pareto front after training a model, saving it and evaluating?

what is reward_clip_thresholds??

i would like to know please, what is reward_clip_thresholds? and why it is set to None in MODQNLearner(DQNLearner)?
also do u have the algorithm to share with us of the MODQNLearner, so we can understand it better, cause in ur code their is no comments which makes it harder to guess how it works, thanks in advance

number of actions that vary

i have a number of actions that varies and get less with each step, does the MODQNLearner takes this in consideration and randoms from the possible actions left in each step?

in my engine i'm using this function to calculate action space
def get_action_space(self):
return range(len(self.get_possible_actions()))

each time it gets less, so if the MODQNLearner calls it each time it performs an action, i guess it takes it in consideration

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.