GithubHelp home page GithubHelp logo

Comments (3)

dnddnjs avatar dnddnjs commented on June 2, 2024

안녕하세요~!
Wiki에 있는 설치 가이드를 따라하셨을 때 별 문제 없었나요?
어떤 OS 였나요?

from reinforcement-learning-kr-v2.

j-hae1 avatar j-hae1 commented on June 2, 2024

Window에서 다음과 동일한 오류가 뜹니다

from reinforcement-learning-kr-v2.

jong-hwan avatar jong-hwan commented on June 2, 2024
def call(self, x):
    x = tf.to_float(x)
    x = self.fc1(x)
    x = self.fc2(x)
    q = self.fc_out(x)
    return q

DeepSARSA클래스의 call 메소드 부분에 tf.to_float을 추가해서 해당 오류를 해결했습니다. :)
더불어 학습하면서 메모리가 계속 증가하기 때문에 학습과정에서 메모리를 잡아주는 코드가 필요할 것 같습니다.

from reinforcement-learning-kr-v2.

Related Issues (20)

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.