Git Product home page Git Product logo

Comments (1)

brendenpetersen avatar brendenpetersen commented on September 25, 2024 2

Hey there,

I believe you want a custom task. In DSO, a Task is largely defined by a search space and a reward function. Both can be arbitrarily/custom designed. For symbolic regression (regression task), the search space is the space of mathematical expressions, and the reward function is fitness of that expression to a dataset. For the control task, the search space is the same, but the reward function is how well that expression performs when instantiated as a policy in an RL environment.

It sounds like you want to define another Task with that same search space (expressions) but a different reward function.

Can't say much else without knowing more, but take a look at the custom example we have and how to configure it. Basically, you'll want to (1) mimic part of the regression/control task (namely, inherit from dso.task.HierarchicalTask and have a dso.library.Library consisting of mathematical operators... the combination of these two essentially gives you the expression search space), then (2) implement reward_function() however you want.

Thanks,
Brenden

from deep-symbolic-optimization.

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.